public class SimpleRandEngine extends Object implements RandEngine
| Constructor and Description |
|---|
SimpleRandEngine() |
| Modifier and Type | Method and Description |
|---|---|
int |
nextInt(int upper) |
int |
nextInt(int lower,
int upper) |
double |
normal(double mean,
double sd) |
double |
uniform() |
public double uniform()
uniform in interface RandEnginepublic double normal(double mean,
double sd)
normal in interface RandEnginepublic int nextInt(int upper)
nextInt in interface RandEnginepublic int nextInt(int lower,
int upper)
nextInt in interface RandEngineCopyright © 2017. All rights reserved.