Uses of Interface
org.hipparchus.random.RandomVectorGenerator
-
Packages that use RandomVectorGenerator Package Description org.hipparchus.random Random number and random data generators. -
-
Uses of RandomVectorGenerator in org.hipparchus.random
Classes in org.hipparchus.random that implement RandomVectorGenerator Modifier and Type Class Description class
CorrelatedRandomVectorGenerator
ARandomVectorGenerator
that generates vectors with with correlated components.class
HaltonSequenceGenerator
Implementation of a Halton sequence.class
SobolSequenceGenerator
Implementation of a Sobol sequence.class
UncorrelatedRandomVectorGenerator
ARandomVectorGenerator
that generates vectors with uncorrelated components.class
UnitSphereRandomVectorGenerator
Generate random vectors isotropically located on the surface of a sphere.
-