Class PrecomputedRandom

    • Constructor Summary

      Constructors 
      Constructor Description
      PrecomputedRandom​(int seed, int nValues)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double nextDouble()  
      void reset()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PrecomputedRandom

        public PrecomputedRandom​(int seed,
                                 int nValues)