Skip to content
Prev 228615 / 398500 Next

randomness using runif

On 23/07/2010 11:16 AM, Brigid Mooney wrote:
You are doing something wrong:  At some point in the past, you saved 
your workspace, but more recently, you haven't been saving it.  Your 
workspace contains the key used by all the random number generators, so 
you keep restoring the same old key.

I would advise that you *never* save your workspace, and if you see the 
message:

[Previously saved workspace restored]

you treat that as an error, and try to track down where the old 
workspace came from.  Some other people would advise that you always 
save your workspace.  Both approaches will solve this problem.
I'd also suggest upgrading: there have been a lot of bug fixes and new 
features added since 2.8.1.

Duncan Murdoch