MersenneTwister19937 class

Constructors

MersenneTwister19937()

Properties

hashCode int
The hash code for this object.
no setterinherited
mt List<int>
getter/setter pair
mti int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addition32(int n1, int n2) → dynamic
genrandInt31() int
genrandInt32() int
genrandReal1() double
genrandReal2() double
genrandReal3() double
genrandRes53() double
initByArray(dynamic initKey, dynamic keyLength) → void
initGenrand(int? s) → void
multiplication32(int n1, int n2) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
random() double
subtraction32(int n1, int n2) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

unsigned32(int n1) → dynamic

Constants

lowerMask → const int
M → const int
matrixA → const int
N → const int
upperMask → const int