Ran205: L'Ecuyer's 1996 combined multiple recursive PRNG. Returns an integer random number uniformly distributed within [0,2147483646]. The period length is approximately 2^205 (=5*10^61). The generator returns uniformly distributed integers in the range [0,2^31-2]. It passes all current standard statistical tests.
References: (1) P. L'Ecuyer, "Combined Multiple Recursive Generators," Operations Research 44, 5, pp. 816-822 (1996), see figure 1. (2) recommended in: P. L'Ecuyer, "Random number generation", chapter 4 of the Handbook on Simulation, Ed. Jerry Banks, Wiley, 1997. Notes: - This generator is very slow
Constructor | Description |
Full Usage:
Ran205()
|
|
Full Usage:
Ran205(the_seed)
Parameters:
uint32
|
|
Instance member | Description |
Full Usage:
this.Long
Returns: uint32
Modifiers: abstract |
|