Description Usage Arguments Value
Produce Reproducible Seeds for Parallel Random Number Generation
1 | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.