|
Computer Science 2015
Implementing 64-bit Maximally Equidistributed Mersenne TwistersAbstract: CPUs and operating systems are moving from 32 to 64 bits, and hence it is important to have good pseudorandom number generators designed to fully exploit these word lengths. However, existing 64-bit very long period generators based on linear recurrences modulo 2 are not completely optimized in terms of the equidistribution properties. Here we develop 64-bit maximally equidistributed pseudorandom number generators that are optimal in this respect and have speeds equivalent to 64-bit Mersenne Twisters. We provide a table of specific parameters with period lengths from $2^{607}-1$ to $2^{44497}-1$. Further, we focus on the SIMD-oriented Fast Mersenne Twister generator SFMT19937, and point out that the use of 64-bit output sequences deteriorates its equidistribution properties compared with 32-bit output sequences. We also show that this SFMT generator fails a standard empirical statistical test.
|