MersenneTwister19937 class
Constructors
Properties
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