public class Random
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.util.Random |
r |
Constructor and Description |
---|
Random() |
Modifier and Type | Method and Description |
---|---|
static double |
nextDouble() |
static float |
nextFloat() |
static double |
nextGaussian() |
static int |
nextInt(int max) |
static void |
seed(long newSeed) |