set_full_RNG: Specify all aspects of the R random number generator

Description Usage Arguments See Also

View source: R/RandomNumberGenerator.R

Description

Specify all aspects of the R random number generator

Usage

1
set_full_RNG(seed = NULL, kind = "default", normal.kind = "default")

Arguments

seed

a single value, interpreted as an integer, or NULL (see ‘Details’).

kind

character or NULL. If kind is a character string, set R's RNG to the kind desired. Use "default" to return to the R default. See ‘Details’ for the interpretation of NULL.

normal.kind

character string or NULL. If it is a character string, set the method of Normal generation. Use "default" to return to the R default. NULL makes no change.

See Also

set.seed, RNGkind


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