%dorng%
is a foreach operator that provides an
alternative operator %dopar%
, which enable
reproducible foreach loops to be performed.
obj %dorng% ex
foreach
.R
expression to evaluate.%dorng%
returns the result of the foreach loop.
See %dopar%
. The whole sequence of RNG
seeds is stored in the result object as an attribute. Use
attr(res, 'rng')
to retrieve it.