Package org.hipparchus.random
Interface RandomVectorGenerator
-
- All Known Implementing Classes:
CorrelatedRandomVectorGenerator
,HaltonSequenceGenerator
,SobolSequenceGenerator
,UncorrelatedRandomVectorGenerator
,UnitSphereRandomVectorGenerator
public interface RandomVectorGenerator
This interface represents a random generator for whole vectors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]
nextVector()
Generate a random vector.
-