Uses of Package
org.apache.commons.math.random
Packages that use org.apache.commons.math.random
Package
Description
Univariate real functions interpolation algorithms.
Implementations of common discrete and continuous distributions.
This package provides Genetic Algorithms components and implementations.
This package provides common interfaces for the optimization algorithms
provided in sub-packages.
Random number and random data generators.
Classes providing rank transformations.
-
Classes in org.apache.commons.math.random used by org.apache.commons.math.analysis.interpolationClassDescriptionGenerate random vectors isotropically located on the surface of a sphere.
-
Classes in org.apache.commons.math.random used by org.apache.commons.math.distributionClassDescriptionImplements the
RandomData
interface using aRandomGenerator
instance to generate non-secure data and aSecureRandom
instance to provide data for thenextSecureXxx
methods. -
Classes in org.apache.commons.math.random used by org.apache.commons.math.genetics
-
Classes in org.apache.commons.math.random used by org.apache.commons.math.optimizationClassDescriptionInterface extracted from
java.util.Random
.This interface represents a random generator for whole vectors. -
Classes in org.apache.commons.math.random used by org.apache.commons.math.randomClassDescriptionThis abstract class implements the WELL class of pseudo-random number generator from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.Base class for random number generators that generates bits streams.Represents an empirical probability distribution -- a probability distribution derived from observed data without making any assumptions about the functional form of the population distribution that the data come from.This interface represent a normalized random generator for scalars.Random data generation utilities.Interface extracted from
java.util.Random
.This interface represents a random generator for whole vectors. -
Classes in org.apache.commons.math.random used by org.apache.commons.math.stat.ranking