public class Random extends java.lang.Object
Constructor | Description |
---|---|
Random() |
Modifier and Type | Method | Description |
---|---|---|
static double |
nextDouble() |
|
static float |
nextFloat() |
|
static double |
nextGaussian() |
|
static int |
nextInt(int max) |
|
static void |
seed(long newSeed) |
public Random()
public static void seed(long newSeed)
public static double nextDouble()
public static float nextFloat()
public static int nextInt(int max)
public static double nextGaussian()
© 2008-2013 by Mikio L. Braun and contributors