Random number generation in ModelRisk

MR-dice-icon.png Download a pdf copy of this help file  here

ModelRisk uses the Mersenne Twister to generate random numbers for its simulation functions.

Mersenne Twister is a pseudo-random number generating algorithm developed by Makoto Matsumoto and Takuji Nishimura in 1997 and refined in 2002. It has passed all of the most rigorous random number tests and registered a very significant improvement over all previous generators.

The Mersenne Twister has the following merits:

1 a sequence of numbers is said to be equidistributed on an interval [a,b] if for any subinterval [c,d] of [a,b] the following applies:

image30.gif