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 March 16, 2024, 12:07 a.m.