A MersenneTwisterEngine instantiated with the parameters of the
original engine MT19937, generating uniformly-distributed 64-bit numbers with a
period of 2 to the power of 19937.
This is recommended for random number generation on 64-bit systems
unless memory is severely restricted, in which case a
Xorshift
would be the generator of choice.
A MersenneTwisterEngine instantiated with the parameters of the original engine MT19937, generating uniformly-distributed 64-bit numbers with a period of 2 to the power of 19937.
This is recommended for random number generation on 64-bit systems unless memory is severely restricted, in which case a Xorshift would be the generator of choice.