Uses of Class
org.hipparchus.random.RandomDataGenerator
Packages that use RandomDataGenerator
Package
Description
Random number and random data generators.
Statistical methods for fitting distributions.
-
Uses of RandomDataGenerator in org.hipparchus.random
Methods in org.hipparchus.random that return RandomDataGeneratorModifier and TypeMethodDescriptionstatic RandomDataGeneratorRandomDataGenerator.of(RandomGenerator randomGenerator) Factory method to create aRandomDatainstance using the suppliedRandomGenerator. -
Uses of RandomDataGenerator in org.hipparchus.stat.fitting
Fields in org.hipparchus.stat.fitting declared as RandomDataGeneratorModifier and TypeFieldDescriptionprotected final RandomDataGeneratorEmpiricalDistribution.randomDataRandomDataGenerator instance to use in repeated calls to getNext()