Sets the sub-stream RNG state within for Pierre L'Ecuyer's (1999)
algorithm. Should be used within distributed array jobs
after suitable L'Ecuyer's (1999) have been distributed to each array, and
each array is further defined to use multi-core processing. See
clusterSetRNGStream
for further information.
Arguments
- cl
A cluster from the
parallel
orsnow
package, or (ifNULL
) the registered cluster- seed
An integer vector of length 7 as given by
.Random.seed
when the L'Ecuyer-CMR RNG is in use. SeeRNG
for the valid values