setup_RNG: Organizing previous state and streams of random number...

Description Usage Arguments Value Usage Note See Also

View source: R/RandomNumberGenerator.R

Description

Organizing previous state and streams of random number generator

Usage

1
setup_RNG(streams_N, global_seed = NULL, reproducible = TRUE)

Arguments

streams_N

An integer value representing the number of tasks for which RngStreams according to Pierre L'Ecuyer should be generated.

global_seed

A vector appropriate for .Random.seed of the current RNG; a single integer or NULL that will be passed to set.seed.

reproducible

A logical value. If TRUE, then streams_N are prepared. If FALSE, then instead NAs are returned.

Value

A list with four elements:

Usage

RNG - parallelized function calls by rSFSW2

Note

Parallelized function calls without using RNG

See Also

set.seed


Burke-Lauenroth-Lab/SoilWat_R_Wrapper documentation built on Aug. 14, 2020, 5:17 p.m.