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.distribution.multivariate Implementations of multivariate distributions.org.hipparchus.random Random number and random data generators.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.distribution.multivariate 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.util Class Description RandomGenerator Interface for generators of random number sequences.