incl/make_rng_seeds.R

## Set up L'Ecuyer-CMRG random seeds for 100 parallel tasks
## based on .Random.seed in the current R process
seeds <- make_rng_seeds(100L, seed = TRUE)
str(seeds)
HenrikBengtsson/future.apply documentation built on April 2, 2024, 9:31 p.m.