|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RandomDataImpl | |
|---|---|
| org.apache.commons.math3.distribution | Implementations of common discrete and continuous distributions. |
| org.apache.commons.math3.random | Random number and random data generators. |
| Uses of RandomDataImpl in org.apache.commons.math3.distribution |
|---|
| Fields in org.apache.commons.math3.distribution declared as RandomDataImpl | |
|---|---|
protected RandomDataImpl |
AbstractRealDistribution.randomData
Deprecated. As of 3.1, to be removed in 4.0. Please use the AbstractRealDistribution.random instance variable instead. |
protected RandomDataImpl |
AbstractIntegerDistribution.randomData
Deprecated. As of 3.1, to be removed in 4.0. Please use the AbstractIntegerDistribution.random instance variable instead. |
| Uses of RandomDataImpl in org.apache.commons.math3.random |
|---|
| Constructors in org.apache.commons.math3.random with parameters of type RandomDataImpl | |
|---|---|
EmpiricalDistribution(int binCount,
RandomDataImpl randomData)
Deprecated. As of 3.1. Please use EmpiricalDistribution.EmpiricalDistribution(int,RandomGenerator) instead. |
|
EmpiricalDistribution(RandomDataImpl randomData)
Deprecated. As of 3.1. Please use EmpiricalDistribution.EmpiricalDistribution(RandomGenerator) instead. |
|
ValueServer(RandomDataImpl randomData)
Deprecated. use ValueServer.ValueServer(RandomGenerator) |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||