public interface IRandom
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRandomUUID() |
boolean |
nextBoolean() |
double |
nextDouble() |
double |
nextDouble(double minimum,
double maximum) |
float |
nextFloat() |
float |
nextFloat(float minimum,
float maximum) |
int |
nextInt() |
int |
nextInt(int bound) |
int |
nextInt(int minimum,
int maximum) |
void |
setSeed(long seed) |
int nextInt()
int nextInt(int bound)
double nextDouble()
float nextFloat()
boolean nextBoolean()
int nextInt(int minimum,
int maximum)
float nextFloat(float minimum,
float maximum)
double nextDouble(double minimum,
double maximum)
java.lang.String getRandomUUID()
void setSeed(long seed)