public class PseudoRandom
extends java.lang.Object
Constructor and Description |
---|
PseudoRandom() |
Modifier and Type | Method and Description |
---|---|
static DblMatrix |
haltonSeq(int[] INDICES,
int NDIMS)
Returns a matrix representing NDIMS separate Halton sequences each having only the sequence
indices indicated.
|
static DblMatrix |
haltonSeq(int NUMPTS,
int NDIMS)
Returns a matrix representing NDIMS separate Halton sequences each having NUMPTS entries.
|
static DblMatrix |
haltonSeq(int NUMPTS,
int[] PRIMES)
Returns a matrix representing P.length separate Halton sequences each having NUMPTS entries.
|
public static DblMatrix haltonSeq(int NUMPTS, int[] PRIMES)
public static DblMatrix haltonSeq(int NUMPTS, int NDIMS)
public static DblMatrix haltonSeq(int[] INDICES, int NDIMS)
Copyright © 2011, 2013. Daniel P. Dougherty