Getting Information About doRNG Foreach Backend

Description

infoDoRNG returns information about the doRNG backend, e.g., version, number of workers. It is not meant to be called by the user.

doRNG implements the generic reproducible foreach backend. It should not be called directly by the user.

Usage

infoDoRNG(data, item)

doRNG(obj, ex, envir, data)

Arguments

data
a list of data used by the backend
item
the data item requested, as a character string (e.g. 'name', 'workers', 'version')
obj
a foreach description of the loop arguments
ex
the lopp expression
envir
the loop's evaluation environment
data
configuration data of the doRNG backend

Value

infoDoRNG returns the requested info (usually as a character string or a numeric value).

Author

Renaud Gaujoux