Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.math3.random Classes and Interfaces - 31 results found.
NameDescriptionTypePackageFramework
AbstractRandomGeneratorAbstract class implementing the RandomGenerator interface.Classorg.apache.commons.math3.randomApache Commons
AbstractWellClassorg.apache.commons.math3.randomApache Commons
BitsStreamGeneratorBase class for random number generators that generates bits streams.Classorg.apache.commons.math3.randomApache Commons
CorrelatedRandomVectorGeneratorA RandomVectorGenerator that generates vectors with with correlated components.Classorg.apache.commons.math3.randomApache Commons
EmpiricalDistribution empirical probability distribution -- a probability distribution derived from observed data without making any assumptions about the functional formClassorg.apache.commons.math3.randomApache Commons
GaussianRandomGeneratorThis class is a gaussian normalized random generator for scalars.Classorg.apache.commons.math3.randomApache Commons
HaltonSequenceGenerator A Halton sequence is a low-discrepancy sequence generating points in the interval [0, 1] according to H(n) = d_0 / b + d_1 / b^2 .Classorg.apache.commons.math3.randomApache Commons
ISAACRandom ISAAC: a fast cryptographic pseudo-random number generator ISAAC (Indirection, Shift, Accumulate, Add, and Count) generates 32-bitClassorg.apache.commons.math3.randomApache Commons
JDKRandomGeneratorExtension of java.Classorg.apache.commons.math3.randomApache Commons
MersenneTwisterThis class implements a powerful pseudo-random number generator developed by Makoto Matsumoto and Takuji Nishimura duringClassorg.apache.commons.math3.randomApache Commons
NormalizedRandomGeneratorThis interface represent a normalized random generator for Normalized generator provide null mean and unit standard deviation scalars.Interfaceorg.apache.commons.math3.randomApache Commons
RandomAdaptorExtension of java.Classorg.apache.commons.math3.randomApache Commons
RandomDataRandom data generation utilities.Interfaceorg.apache.commons.math3.randomApache Commons
RandomDataGenerator instance to generate non-secure data and a SecureRandom instance to provide data for the nextSecureXxx methods.Classorg.apache.commons.math3.randomApache Commons
RandomDataImplGenerates random deviates and other random data using a RandomGenerator instance to generate non-secure data and a SecureRandomClassorg.apache.commons.math3.randomApache Commons
RandomGeneratorInterface extracted from java.Interfaceorg.apache.commons.math3.randomApache Commons
RandomGeneratorFactoryUtilities for creating RandomGenerator instances.Classorg.apache.commons.math3.randomApache Commons
RandomVectorGeneratorThis interface represents a random generator for whole vectors.Interfaceorg.apache.commons.math3.randomApache Commons
SobolSequenceGenerator A Sobol sequence is a low-discrepancy sequence with the property that for all values of N, its subsequence (x1, .Classorg.apache.commons.math3.randomApache Commons
StableRandomGeneratorThis class provides a stable normalized random generator.Classorg.apache.commons.math3.randomApache Commons
SynchronizedRandomGeneratorAny RandomGenerator implementation can be thread-safe if it is used through an instance of this class.Classorg.apache.commons.math3.randomApache Commons
UncorrelatedRandomVectorGeneratorA RandomVectorGenerator that generates vectors with uncorrelated components.Classorg.apache.commons.math3.randomApache Commons
UniformRandomGeneratorThis class implements a normalized uniform random generator.Classorg.apache.commons.math3.randomApache Commons
UnitSphereRandomVectorGeneratorGenerate random vectors isotropically located on the surface of a sphere.Classorg.apache.commons.math3.randomApache Commons
ValueServerGenerates values for use in simulation applications.Classorg.apache.commons.math3.randomApache Commons
Well1024aClassorg.apache.commons.math3.randomApache Commons
Well19937aClassorg.apache.commons.math3.randomApache Commons
Well19937cClassorg.apache.commons.math3.randomApache Commons
Well44497aClassorg.apache.commons.math3.randomApache Commons
Well44497bClassorg.apache.commons.math3.randomApache Commons
Well512aClassorg.apache.commons.math3.randomApache Commons