Uniform random number generator
Mersenne Twister random number generator of period 2**19937-1
For more details see http://www.math.keio.ac.jp/matumoto/emt.html
test correctness of the returned values is tested by checking them against known good results.
return a random integer in the [0,0xffffffff]-interval
Uniform random number generator
Mersenne Twister random number generator of period 2**19937-1
For more details see http://www.math.keio.ac.jp/matumoto/emt.html
test correctness of the returned values is tested by checking them against known good results.