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.
clusterSetRNGSubStream(cl, seed)
invisible NULL
A cluster from the parallel
or snow
package, or
(if NULL
) the registered cluster
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