public interface RandEngine
| Modifier and Type | Method and Description |
|---|---|
int |
nextInt(int upper) |
int |
nextInt(int lower,
int upper) |
double |
normal(double mean,
double sd) |
double |
uniform() |
Copyright © 2017. All rights reserved.