HenrikBengtsson / doFuture

:rocket: R package: doFuture - Use Foreach to Parallelize via Future Framework
https://doFuture.futureverse.org
84 stars 6 forks source link

HELP: Add section on RNG to ?doFuture #16

Closed HenrikBengtsson closed 6 years ago

HenrikBengtsson commented 6 years ago

Add section on Random Number Generation (RNG) to help("doFuture"). It should probably mention the doRNG package. It should also explain/clarify why the doFuture package does not implement an RNG layer itself. (As far as I recall, I think it's because doRNG already provides a solution for this in the foreach world and I don't want to add yet-another API/option for this).

/ht @hanase