Complex Systems

Cellular Automaton‐Based Emulation of the Mersenne Twister Download PDF

Kamalika Bhattacharjee *
Nitin More
Shobhit Kumar Singh
Nikhil Verma

Department of Computer Science and Engineering
National Institute of Technology
Tiruchirappalli, Tamilnadu – 620015, India
* corresponding author, kamalika.it@gmail.com
{Nitinmore6990, sks.shobhit12, nikhilverma793}@gmail.com

Abstract

The Mersenne Twister (MT) (MT19937), developed 30 years ago, is the de facto pseudorandom number generator (PRNG) used in many computer programs. This paper proposes a candidate that offers a randomness quality that is better than MT19937 and its sisters SFMT19937 and TinyMT. A special three-neighborhood, two-state cellular automaton (CA), called CA ( 150 ) is the underlying model of this PRNG. The same working style of MT19937 is used, while avoiding the problems of the MT, like a large state space and the zero-access initial state problem. Nonlinearity is added in the base simple linear CA such that the properties of the base CA are not violated. Finally, a PRNG is developed using this CA that beats MT19937 as well as its advanced versions over the standard empirical platforms Dieharder, TestU01 and NIST.

Keywords: Mersenne Twister (MT); Sophie Germain prime; pseudorandom number generator (PRNG); maximal-length cellular automata; CA ( 150 ) ; nonlinearity

Cite this publication as:
K. Bhattacharjee, N. More, S. K. Singh and N. Verma, “Cellular Automaton–Based Emulation of the Mersenne Twister,” Complex Systems, 32(2), 2023 pp. 139–169.
https://doi.org/10.25088/ComplexSystems.32.2.139