Class TRandom
java.lang.Object
de.mirkosertic.bytecoder.classlib.java.util.TRandom
-
Field Details
-
seed
private long seed
-
-
Constructor Details
-
TRandom
public TRandom() -
TRandom
public TRandom(long seed)
-
-
Method Details
-
nextFloat
public float nextFloat() -
nextDouble
public double nextDouble() -
nextInt
public int nextInt() -
nextInt
public int nextInt(int seed) -
nextLong
public long nextLong()
-