Closed hadley closed 6 years ago
If not present, should warn that code might not be reproducible.
How would we do this? By running the build chain twice and checking for differences? Or searching the code for set.seed(*)?
set.seed(*)
check .Random.seed and compare before and after
.Random.seed
If not present, should warn that code might not be reproducible.