Uses of Interface
org.apache.commons.math3.random.RandomData
-
Packages that use RandomData Package Description org.apache.commons.math3.random Random number and random data generators. -
-
Uses of RandomData in org.apache.commons.math3.random
Classes in org.apache.commons.math3.random that implement RandomData Modifier and Type Class Description class
RandomDataGenerator
Implements theRandomData
interface using aRandomGenerator
instance to generate non-secure data and aSecureRandom
instance to provide data for thenextSecureXxx
methods.class
RandomDataImpl
Deprecated.to be removed in 4.0.
-