Class MyRandom

java.lang.Object
  extended by java.util.Random
      extended by MyRandom
All Implemented Interfaces:
java.io.Serializable

public class MyRandom
extends java.util.Random

This class is a simple subclass of java.util.Random that allows repeatability -- it can either use an initialization seed or not. Which it does is controled by REPEATABLE_RUN in Const.java.

See Also:
Serialized Form

Method Summary
 
Methods inherited from class java.util.Random
next, nextBoolean, nextBytes, nextDouble, nextFloat, nextGaussian, nextInt, nextInt, nextLong, setSeed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait