Class TRandom
- java.lang.Object
-
- de.mirkosertic.bytecoder.classlib.java.util.TRandom
-
public class TRandom extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private long
seed
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
nextDouble()
float
nextFloat()
int
nextInt()
int
nextInt(int seed)
long
nextLong()
-