Package | Description |
---|---|
org.apache.commons.math3.random |
Random number and random data generators.
|
org.apache.commons.math3.stat.ranking |
Classes providing rank transformations.
|
Modifier and Type | Field and Description |
---|---|
private RandomDataGenerator |
RandomDataImpl.delegate
Deprecated.
RandomDataGenerator delegate
|
private RandomDataGenerator |
ValueServer.randomData
RandomDataImpl to use for random data generation.
|
protected RandomDataGenerator |
EmpiricalDistribution.randomData
RandomDataGenerator instance to use in repeated calls to getNext()
|
Modifier and Type | Method and Description |
---|---|
(package private) RandomDataGenerator |
RandomDataImpl.getDelegate()
Deprecated.
To be removed in 4.0.
|
Constructor and Description |
---|
EmpiricalDistribution(int binCount,
RandomDataGenerator randomData)
Private constructor to allow lazy initialisation of the RNG contained
in the
EmpiricalDistribution.randomData instance variable. |
Modifier and Type | Field and Description |
---|---|
private RandomDataGenerator |
NaturalRanking.randomData
Source of random data - used only when ties strategy is RANDOM
|