Open mle2718 opened 1 year ago
I'm also not 100% sure we should be setting the seed manually, since according to the help,
Initially, there is no seed; a new one is created from the current time and the process ID when one is required.
This might be desirable behavior.
the argument of set.seed() is an integer (and quietly converted to an integer). The previous way of setting a seed
was not necessarily producing integers. It was producing days elapsed from Jan 1, 2018, multiplied by 100. This isn't good enough to ensure that different model runs start at a different value.