@Override public double nextDouble() { return rnd.getRndReal(); }
@Override public int nextInt(int bound) { return rnd.getRndInt(bound); }