init.lecuyerRNG {iMRMC} | R Documentation |
Initialize the l'Ecuyer random number generator
Description
See the documentation for the parallel package
.
If you require backwards compatibility, please run RNGversion("3.5.0")
.
Usage
init.lecuyerRNG(seed = 1, stream = 2)
Arguments
seed |
This determines the position in each stream |
stream |
This determines the stream |
Value
Nothing
[Package iMRMC version 2.0.0 Index]