| Modifier and Type | Field and Description |
|---|---|
protected HyperGeometric.RandomState |
HyperGeometric.state |
| 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,
jdistlib.rng.RandomEngine random,
HyperGeometric.RandomState state) |
static double[] |
HyperGeometric.random(int n,
double nn1in,
double nn2in,
double kkin,
jdistlib.rng.RandomEngine random,
HyperGeometric.RandomState state) |
Copyright © 2016. All rights reserved.