Uses of Interface
org.apache.commons.math.random.RandomData
-
Packages that use RandomData Package Description org.apache.commons.math.random Random number and random data generators. -
-
Uses of RandomData in org.apache.commons.math.random
Classes in org.apache.commons.math.random that implement RandomData Modifier and Type Class Description classRandomDataImplImplements theRandomDatainterface using aRandomGeneratorinstance to generate non-secure data and aSecureRandominstance to provide data for thenextSecureXxxmethods.Constructors in org.apache.commons.math.random with parameters of type RandomData Constructor Description ValueServer(RandomData randomData)Construct a ValueServer instance using a RandomData as its source of random data.
-