Skip to content
Prev 257736 / 398502 Next

set.seed ( ) function

Tal

Let me express some concern about using words like "true" or "real"
in relation to random number generation - for exactly the same reasons
as mentioned here:

http://xianblog.wordpress.com/2010/09/07/truly-random/

Device random number generators (whether provided via web-services or not) 
should be regarded with as much skepticism as algorithmic generators, and
they typically don't have a set.seed() function for reproducibility -- you
would have to store the entire sequence.

- Niels
On 22/04/11 04.28, Tal Galili wrote: