writeRNGInfo {SpaDES.core} | R 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 |
append |
Logical indicating whether to append to the file (default |
Value
Nothing returned. Invoked for its side effect of writing to file.
Author(s)
Alex Chubaty
[Package SpaDES.core version 2.1.0 Index]