public class MTRandom
extends java.util.Random
| Modifier and Type | Method and Description |
|---|---|
protected int |
next(int bits) |
double |
nextDouble() |
float |
nextFloat() |
int |
nextInt(int bound) |
protected int next(int bits)
next in class java.util.Randompublic double nextDouble()
nextDouble in class java.util.Randompublic float nextFloat()
nextFloat in class java.util.Randompublic int nextInt(int bound)
nextInt in class java.util.Random