edu.kzoo.util
Class RandGen
java.lang.Object
|
+--edu.kzoo.util.RandGen
- public class RandGen
- extends java.lang.Object
- Author:
- Joel Booth
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RandGen
public RandGen()
RandGen
public RandGen(long seed)
nextBoolean
public boolean nextBoolean()
nextBytes
public void nextBytes(byte[] bytes)
nextDouble
public double nextDouble()
nextFloat
public float nextFloat()
nextGaussian
public double nextGaussian()
nextInt
public int nextInt()
nextInt
public int nextInt(int n)
nextLong
public long nextLong()
setSeed
public void setSeed(long seed)