Uses of Class
org.hipparchus.random.RandomDataGenerator
-
Packages that use RandomDataGenerator Package Description org.hipparchus.random Random number and random data generators. -
-
Uses of RandomDataGenerator in org.hipparchus.random
Methods in org.hipparchus.random that return RandomDataGenerator Modifier and Type Method Description static RandomDataGenerator
RandomDataGenerator. of(RandomGenerator randomGenerator)
Factory method to create aRandomData
instance using the suppliedRandomGenerator
.
-