Random Number Generators
During a simulation, @RISK will generate a large number of random numbers. @RISK provides an array of random number generators (RNGs) that support this process. Each RNG has its own set of characteristics, as described below, but for almost all intents and purposes it is not necessary to change @RISK to use a different RNG than the default setting.
The MWC, KISS, LFIB4, SWB, and KISS+SWB generators are all from George Marsaglia at Florida State University. Visit http://www.lns.cornell.edu/spr/1999-01/msg0014148.html for more information.