public class Random extends Object
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) |
Copyright © 2015. All rights reserved.