JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.commons.math3.random
Interface RandomVectorGenerator
All Known Implementing Classes:
CorrelatedRandomVectorGenerator
,
HaltonSequenceGenerator
,
SobolSequenceGenerator
,
UncorrelatedRandomVectorGenerator
,
UnitSphereRandomVectorGenerator
public interface
RandomVectorGenerator
This interface represents a random generator for whole vectors.
Since:
1.2
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
double[]
nextVector
()
Generate a random vector.
Method Detail
nextVector
double[] nextVector()
Generate a random vector.
Returns:
a random vector as an array of double.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method