Learn R Programming

SpaDES.core (version 2.0.5)

writeRNGInfo: Write RNG state info to file

Description

Useful for debugging and ensuring reproducibility.

Usage

writeRNGInfo(file = "seed.txt", append = FALSE)

Value

Nothing returned. Invoked for its side effect of writing to file.

Arguments

file

Character specifying the filename (default "seed.txt").

append

Logical indicating whether to append to the file (default FALSE).

Author

Alex Chubaty