Uses of Package
org.hipparchus.random
-
Packages that use org.hipparchus.random Package Description org.hipparchus.analysis.interpolation Univariate real functions interpolation algorithms.org.hipparchus.clustering Clustering algorithms.org.hipparchus.distribution.multivariate Implementations of multivariate distributions.org.hipparchus.optim Generally, optimizers are algorithms that will eitherminimize
ormaximize
a scalar function, called theobjective function
.org.hipparchus.optim.nonlinear.scalar Algorithms for optimizing a scalar function.org.hipparchus.optim.nonlinear.scalar.noderiv This package provides optimization algorithms that do not require derivatives.org.hipparchus.optim.univariate One-dimensional optimization algorithms.org.hipparchus.random Random number and random data generators.org.hipparchus.samples Various examples.org.hipparchus.stat.descriptive.rank Summary statistics based on ranks.org.hipparchus.stat.fitting Statistical methods for fitting distributions.org.hipparchus.stat.ranking Classes providing rank transformations.org.hipparchus.util Convenience routines and common data structures used throughout the Hipparchus library. -
Classes in org.hipparchus.random used by org.hipparchus.analysis.interpolation Class Description UnitSphereRandomVectorGenerator Generate random vectors isotropically located on the surface of a sphere. -
Classes in org.hipparchus.random used by org.hipparchus.clustering Class Description RandomGenerator Interface for generators of random number sequences. -
Classes in org.hipparchus.random used by org.hipparchus.distribution.multivariate Class Description RandomGenerator Interface for generators of random number sequences. -
Classes in org.hipparchus.random used by org.hipparchus.optim Class Description RandomVectorGenerator This interface represents a random generator for whole vectors. -
Classes in org.hipparchus.random used by org.hipparchus.optim.nonlinear.scalar Class Description RandomVectorGenerator This interface represents a random generator for whole vectors. -
Classes in org.hipparchus.random used by org.hipparchus.optim.nonlinear.scalar.noderiv Class Description RandomGenerator Interface for generators of random number sequences. -
Classes in org.hipparchus.random used by org.hipparchus.optim.univariate Class Description RandomGenerator Interface for generators of random number sequences. -
Classes in org.hipparchus.random used by org.hipparchus.random Class Description AbstractWell This abstract class implements the WELL class of pseudo-random number generator from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.NormalizedRandomGenerator This interface represent a normalized random generator for scalars.RandomDataGenerator A class for generating random data.RandomGenerator Interface for generators of random number sequences.RandomVectorGenerator This interface represents a random generator for whole vectors. -
Classes in org.hipparchus.random used by org.hipparchus.samples Class Description RandomGenerator Interface for generators of random number sequences.RandomVectorGenerator This interface represents a random generator for whole vectors. -
Classes in org.hipparchus.random used by org.hipparchus.stat.descriptive.rank Class Description RandomGenerator Interface for generators of random number sequences. -
Classes in org.hipparchus.random used by org.hipparchus.stat.fitting Class Description RandomDataGenerator A class for generating random data.RandomGenerator Interface for generators of random number sequences. -
Classes in org.hipparchus.random used by org.hipparchus.stat.ranking Class Description RandomGenerator Interface for generators of random number sequences. -
Classes in org.hipparchus.random used by org.hipparchus.util Class Description RandomGenerator Interface for generators of random number sequences.