Ran205 Type

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

Constructors

Constructor Description

Ran205()

Full Usage: Ran205()

Ran205(the_seed)

Full Usage: Ran205(the_seed)

Parameters:
    the_seed : uint32

the_seed : uint32

Instance members

Instance member Description

this.Long

Full Usage: this.Long

Returns: uint32
Modifiers: abstract

Returns: uint32