Uses of Interface
org.apache.commons.math3.random.RandomData

Packages that use RandomData
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
 class RandomDataGenerator
          Implements the RandomData interface using a RandomGenerator instance to generate non-secure data and a SecureRandom instance to provide data for the nextSecureXxx methods.
 class RandomDataImpl
          Deprecated. to be removed in 4.0. Use RandomDataGenerator instead
 



Copyright © 2017 CNES. All Rights Reserved.