Skip to content
Prev 319789 / 398502 Next

How to stop set.seed() besides exiting out of R?

On 18/03/2013 19:59, William Dunlap wrote:
Yes, almost all the time.  R does keep a copy in memory when it is using 
it and writes it back out when done with it: so assuming nothing 
asynchronous is going on (e.g. a GUI callback) removing .Random.seed 
will cause the RNG to be re-initialized at next use.