fill_random_seed {ironseed}R Documentation

Initialize .Random.seed

Description

Initialize .Random.seed

Usage

fill_random_seed(x, quiet = FALSE)

has_random_seed()

get_random_seed()

set_random_seed(seed)

Arguments

x

an ironseed.

quiet

a logical indicating whether to silence messages.

seed

a previous .Random.seed

Value

fill_random_seed() returns the previous value of .Random.seed or NULL.


[Package ironseed version 0.1.0 Index]