public class RandomPlus extends Random
| Constructor and Description |
|---|
RandomPlus() |
RandomPlus(long seed) |
RandomPlus(long seed,
int size) |
| Modifier and Type | Method and Description |
|---|---|
double |
nextDouble() |
float |
nextFloat() |
int |
nextInt() |
long |
nextLong() |
void |
setSeed(long seed) |
public RandomPlus()
public RandomPlus(long seed)
public RandomPlus(long seed,
int size)
public double nextDouble()
nextDouble in class RandomMMBase 1.9-SNAPSHOT - ${javadoctimestamp}