Raw Message
Message-ID: <BAY102-F20D65AC2ABB73090330AEED3B00@phx.gbl> Date: 2005-08-16T21:13:46Z From: Dhiren DSouza Subject: specify seed for Random Number Generator I need to generate 100 I.I.D samples from an exponential distribution. I use rexp(100,parameter). Is there anyway to specify a seed to determine the first input for the uniform random number generator used to generate these exponentials? -Dhiren