| make_rng_seeds {future.apply} | R Documentation |
Produce Reproducible Seeds for Parallel Random Number Generation
make_rng_seeds(count, seed = FALSE, debug = getOption("future.debug",
FALSE))
count |
The number of RNG seeds to produce. |
seed |
A logical specifying whether RNG seeds should be generated
or not. ( |
debug |
If |
Returns a non-named list of length count, or NULL.
Any seed returned is a valid RNG seed.