java.lang.Object
org.ojalgo.random.Random1D
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
length
public final int length
-
-
Constructor Details
-
Random1D
-
Random1D
public Random1D(int size) If the variables are uncorrelated.
-
-
Method Details
-
setSeed
public static void setSeed(long seed) -
nextDouble
An array of correlated random numbers, provided that you gave a correlations matrix to the constructor. -
nextGaussian
An array of correlated random numbers, provided that you gave a correlations matrix to the constructor. -
size
public int size()
-