public final class Random extends java.lang.Object
Random()
Random(long seed)
double
nextDouble()
int
nextInt()
nextInt(int range)
long
nextLong()
nextLong(long range)
void
reset()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Random()
public Random(long seed)
public void reset()
public final long nextLong()
public final long nextLong(long range)
public final int nextInt()
public final int nextInt(int range)
public final double nextDouble()