Skip to content
Prev 3334 / 63424 Next

reproducing Box-Muller numbers

On Tue, 22 Feb 2000, Paul Gilbert wrote:

            
If you use set.seed and then run, there is reproducibility, It is *not*
messed up.  What is not guaranteed is that user manipulation of
.Random.seed will work unless you stick to the previous options.
There is 100% backwards compatibility.
There was no set.seed prior to 0.99.0!  If you set the .Random.seed to
c(0,979,1479,1542), you will get the same results as before, but without
the warning that has been there for a year now that you needed the zero.
So, no change. Anything you could do in 0.63.1 you can do in 0.99.0.
If you want to take advantage of the new facilities, you need to heed the
current documentation.