public interface RandomNumberGenerator
| Modifier and Type | Method and Description |
|---|---|
double[] |
getVector(int size)
Gets an array of random numbers.
|
List<double[]> |
getVectors(int arraySize,
int listSize)
Gets a list of random number arrays.
|
double[] getVector(int size)
size - the size of the resulting arrayList<double[]> getVectors(int arraySize, int listSize)
arraySize - the size of each resulting arraylistSize - the size of the listCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.