Mersenne Twister: A 623-Dimensionally Equidistributed Uniform Pseudo-Random Number Generator. Matsumoto, M. & Nishimura, T. 8(1):3–30.
Mersenne Twister: A 623-Dimensionally Equidistributed Uniform Pseudo-Random Number Generator [link]Paper  doi  abstract   bibtex   
A new algorithm called Mersenne Twister (MT) is proposed for generating uniform pseudorandom numbers. For a particular choice of parameters, the algorithm provides a super astronomical period of 219937 -1 and 623-dimensional equidistribution up to 32-bit accuracy, while using a working area of only 624 words. This is a new variant of the previously proposed generators, TGFSR, modified so as to admit a Mersenne-prime period. The characteristic polynomial has many terms. The distribution up to v bits accuracy for 1 ≤ v ≤ 32 is also shown to be good. An algorithm is also given that checks the primitivity of the characteristic polynomial of MT with computational complexity O(p2) where p is the degree of the polynomial.We implemented this generator in portable C-code. It passed several stringent statistical tests, including diehard. Its speed is comparable to other modern generators. Its merits are due to the efficient algorithms that are unique to polynomial calculations over the two-element field.
@article{matsumotoMersenneTwister623dimensionally1998,
  title = {Mersenne {{Twister}}: {{A}} 623-Dimensionally {{Equidistributed Uniform Pseudo}}-Random {{Number Generator}}},
  author = {Matsumoto, Makoto and Nishimura, Takuji},
  date = {1998-01},
  journaltitle = {ACM Trans. Model. Comput. Simul.},
  volume = {8},
  pages = {3--30},
  issn = {1049-3301},
  doi = {10.1145/272991.272995},
  url = {https://doi.org/10.1145/272991.272995},
  abstract = {A new algorithm called Mersenne Twister (MT) is proposed for generating uniform pseudorandom numbers. For a particular choice of parameters, the algorithm provides a super astronomical period of 219937 -1 and 623-dimensional equidistribution up to 32-bit accuracy, while using a working area of only 624 words. This is a new variant of the previously proposed generators, TGFSR, modified so as to admit a Mersenne-prime period. The characteristic polynomial has many terms. The distribution up to v bits accuracy for 1 ≤ v ≤ 32 is also shown to be good. An algorithm is also given that checks the primitivity of the characteristic polynomial of MT with computational complexity O(p2) where p is the degree of the polynomial.We implemented this generator in portable C-code. It passed several stringent statistical tests, including diehard. Its speed is comparable to other modern generators. Its merits are due to the efficient algorithms that are unique to polynomial calculations over the two-element field.},
  keywords = {*imported-from-citeulike-INRMM,~INRMM-MiD:c-611171,computational-science,mathematics,mersenne-twister,pseudo-random,statistics},
  number = {1}
}

Downloads: 0