clusterSetRNGSubStream | R Documentation |
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)
cl |
A cluster from the |
seed |
An integer vector of length 7 as given by |
invisible NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.