FsRandom


SfmtParams

Defines parameters to produce a random cycle of SIMD-Oriented Fast Mersenne Twister.

Instance members

Instance memberDescription
Period
Signature: int

The approximate random period in log 2 scale. 2^ - 1 is the exact length.

Static members

Static memberDescription
Params11213
Signature: SfmtParams

Parameter for period 2^11213 - 1.

Params1279
Signature: SfmtParams

Parameter for period 2^1279 - 1.

Params132049
Signature: SfmtParams

Parameter for period 2^132049 - 1.

Params19937
Signature: SfmtParams

Parameter for period 2^19937 - 1.

Params216091
Signature: SfmtParams

Parameter for period 2^216091 - 1.

Params2281
Signature: SfmtParams

Parameter for period 2^2281 - 1.

Params4253
Signature: SfmtParams

Parameter for period 2^4253 - 1.

Params44497
Signature: SfmtParams

Parameter for period 2^44497 - 1.

Params607
Signature: SfmtParams

Parameter for period 2^607 - 1.

Params86243
Signature: SfmtParams

Parameter for period 2^86243 - 1.

Fork me on GitHub