Mersenne twister: a 623-dimensionally equidistributed uniform pseudo-random number generator

  • Authors:
  • Makoto Matsumoto;Takuji Nishimura

  • Affiliations:
  • Keio Univ., Yakohama/ and the Max-Planch-Institut Fü/r Mathematik, Japan;Keio Univ., Yokohama, Japan

  • Venue:
  • ACM Transactions on Modeling and Computer Simulation (TOMACS) - Special issue on uniform random number generation
  • Year:
  • 1998

Quantified Score

Hi-index 0.10

Visualization

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.