Re: [R] Seed of Random number generation

2009-05-02 Thread Uwe Ligges
cls59 wrote: RON70 wrote: Dear all, is it possible to extract the seed that was used for some random number generation? For example suppose I draw a random sample of size 1000 from a normal population : rnorm(1000) Now I want to know what seed R used for that sample generation. Any way out?

Re: [R] Seed of Random number generation

2009-05-01 Thread cls59
RON70 wrote: > > Dear all, is it possible to extract the seed that was used for some random > number generation? For example suppose I draw a random sample of size 1000 > from a normal population : > > rnorm(1000) > > Now I want to know what seed R used for that sample generation. Any way > ou

[R] Seed of Random number generation

2009-05-01 Thread RON70
Dear all, is it possible to extract the seed that was used for some random number generation? For example suppose I draw a random sample of size 1000 from a normal population : rnorm(1000) Now I want to know what seed R used for that sample generation. Any way out? Thanks and regards, -- View