| Package | Description |
|---|---|
| jdistlib |
| Modifier and Type | Method and Description |
|---|---|
static HyperGeometric.RandomState |
HyperGeometric.create_random_state() |
| Modifier and Type | Method and Description |
|---|---|
static double |
HyperGeometric.random(double nn1in,
double nn2in,
double kkin,
RandomEngine random,
HyperGeometric.RandomState state) |
static double[] |
HyperGeometric.random(int n,
double nn1in,
double nn2in,
double kkin,
RandomEngine random,
HyperGeometric.RandomState state) |