public class MersenneTwisterFactory.MTS
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
aaa |
int |
i |
long |
lmask |
long |
maskB |
long |
maskC |
int |
mm |
int |
nn |
static int |
NUMBER_PARAMS |
int |
rr |
int |
shift0 |
int |
shift1 |
int |
shiftB |
int |
shiftC |
long[] |
state |
long |
umask |
long |
wmask |
int |
ww |
Constructor and Description |
---|
MTS() |
Modifier and Type | Method and Description |
---|---|
long[] |
toArray()
This puts the structure into a single array starting at 1.
|
public static final int NUMBER_PARAMS
public long aaa
public int mm
public int nn
public int rr
public int ww
public long wmask
public long umask
public long lmask
public int shift0
public int shift1
public int shiftB
public int shiftC
public long maskB
public long maskC
public int i
public long[] state