Skip to content
Prev 44912 / 63424 Next

Length of seed for l'Ecuyer-CMRG

On 22/01/2013 23:22, Marius Hofert wrote:
What the help page actually says is

     seed: An integer vector of length 7 as given by ?.Random.seed? when
           the ?"L'Ecuyer-CMRG"? RNG is in use.  See ?RNG? for the valid
           values.

.Random.seed is not the seed per se, it is an indicator of the random 
number generators in use, followed by the seed.  So for a generator with 
seed of length 6, .Random.seed is indeed of length 7.