clusterSetRNGSubStream {SimDesign} | R Documentation |
Set RNG sub-stream for Pierre L'Ecuyer's RngStreams
Description
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.
Usage
clusterSetRNGSubStream(cl, seed)
Arguments
cl |
A cluster from the |
seed |
An integer vector of length 7 as given by |
Value
invisible NULL
[Package SimDesign version 2.17.1 Index]