Uses of Class
org.hipparchus.random.RandomDataGenerator
Package
Description
Random number and random data generators.
Statistical methods for fitting distributions.
-
Uses of RandomDataGenerator in org.hipparchus.random
Modifier and TypeMethodDescriptionstatic RandomDataGenerator
RandomDataGenerator.of
(RandomGenerator randomGenerator) Factory method to create aRandomData
instance using the suppliedRandomGenerator
. -
Uses of RandomDataGenerator in org.hipparchus.stat.fitting
Modifier and TypeFieldDescriptionprotected final RandomDataGenerator
EmpiricalDistribution.randomData
RandomDataGenerator instance to use in repeated calls to getNext()