rxSeedEng {rxode2} | R Documentation |
This seeds the engine based on the number of cores used in random number generation
Description
This seeds the engine based on the number of cores used in random number generation
Usage
rxSeedEng(ncores = 1L)
Arguments
ncores |
is the number of cores to use. |
Value
Nothing, called for side effects
Examples
rxSeedEng()
[Package rxode2 version 4.0.0 Index]