doRNG (version 1.8.6)

infoDoRNG: 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.

Usage

infoDoRNG(data, item)

doRNG(obj, ex, envir, data)

Value

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

Arguments

data

configuration data of the doRNG 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

Author

Renaud Gaujoux

Functions

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