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