run_wide: Similar to mclapply, however ensures a reproducible...

View source: R/parallel.R

run_wideR Documentation

Similar to mclapply, however ensures a reproducible random-number stream for each application of fun()

Description

Similar to mclapply, however ensures a reproducible random-number stream for each application of fun()

Usage

run_wide(
  x,
  fun,
  ...,
  mc_preschedule = TRUE,
  mc_cores = num_physical_cores(),
  .seeds = NULL
)

tanaylab/tgutil documentation built on April 12, 2025, 8:52 p.m.