View source: R/setRNGparallel.R
setRNGparallel | R Documentation |
Set random number generation to L'Ecuyer-CMRG, for use in parallel calculations.
setRNGparallel()
unsetRNGparallel()
I can never remember the command RNGkind("L'Ecuyer-CMRG")
; this is a shortcut.
unsetRNG4parallel
sets the random number generator back to the default type.
RNGkind()
setRNGparallel()
RNGkind()
unsetRNGparallel()
RNGkind()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.