writeRNGInfo: Write RNG state info to file

View source: R/debugging.R

writeRNGInfoR Documentation

Write RNG state info to file

Description

Useful for debugging and ensuring reproducibility.

Usage

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

Arguments

file

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

append

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

Value

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

Author(s)

Alex Chubaty


SpaDES.core documentation built on Nov. 10, 2023, 5:08 p.m.