public class RandomGenerator extends Object
Modifier and Type | Method and Description |
---|---|
static RandomGenerator |
getDefault() |
Random |
getRandom() |
void |
initSeed(long seed) |
float |
nextFloat() |
float |
nextGaussian() |
int |
nextInt() |
public static final RandomGenerator getDefault()
public void initSeed(long seed)
public float nextFloat()
public float nextGaussian()
public int nextInt()
public Random getRandom()
Copyright © 2022. All rights reserved.