Package | Description |
---|---|
org.hipparchus.random |
Random number and random data generators.
|
org.hipparchus.stat.fitting |
Statistical methods for fitting distributions.
|
Modifier and Type | Method and Description |
---|---|
static RandomDataGenerator |
RandomDataGenerator.of(RandomGenerator randomGenerator)
Factory method to create a
RandomData instance using the supplied
RandomGenerator . |
Modifier and Type | Field and Description |
---|---|
protected RandomDataGenerator |
EmpiricalDistribution.randomData
RandomDataGenerator instance to use in repeated calls to getNext()
|
Copyright © 2016-2021 CS GROUP. All rights reserved.