set.initialization {rngwell19937}R Documentation

Set initialization algorithm for the function set.seed

Description

The change of the initialization algorithm applies to the next calls of set.seed. Initialization "mrg32k5a" uses the generator MRG32k5a by P. L'Ecuyer, see the citation below. Initialization "sfmt" is the same as in SFMT generator by M. Matsumoto.

Usage

  set.initialization(initialization)

Arguments

initialization The required initialization algorithm. Should be "mrg32k5a" or "sfmt".

Value

There is no output value.

References

P. L'Ecuyer, ``Good Parameter Sets for Combined Multiple Recursive Random Number Generators'', Shorter version in Operations Research, 47, 1 (1999), 159–164.


[Package rngwell19937 version 0.5-1 Index]