R/debugging.R
writeRNGInfo.Rd
Useful for debugging and ensuring reproducibility.
writeRNGInfo(file = "seed.txt", append = FALSE)
Character specifying the filename (default "seed.txt").
"seed.txt"
Logical indicating whether to append to the file (default FALSE).
FALSE
Nothing returned. Invoked for its side effect of writing to file.
Alex Chubaty