Re: [R] .Random.seed is double

2008-11-12 Thread Prof Brian Ripley
oject.org Subject: Re: [R] .Random.seed is double On Wed, 12 Nov 2008, Piero Visconti wrote: Hi I am experiencing a problem with the random number generator. When I call any function that involve RNG such as "runif" or "sample" I get this error: .Random.seed is not an integ

Re: [R] .Random.seed is double

2008-11-12 Thread Piero Visconti
elp@r-project.org Subject: Re: [R] .Random.seed is double On Wed, 12 Nov 2008, Piero Visconti wrote: > Hi > > I am experiencing a problem with the random number generator. When I call > any function that involve RNG such as "runif" or "sample" I get this error: &g

Re: [R] .Random.seed is double

2008-11-11 Thread Prof Brian Ripley
On Wed, 12 Nov 2008, Piero Visconti wrote: Hi I am experiencing a problem with the random number generator. When I call any function that involve RNG such as "runif" or "sample" I get this error: .Random.seed is not an integer vector but of type 'double' I can't coerce the random seed and it's

[R] .Random.seed is double

2008-11-11 Thread Piero Visconti
Hi I am experiencing a problem with the random number generator. When I call any function that involve RNG such as "runif" or "sample" I get this error: .Random.seed is not an integer vector but of type 'double' I can't coerce the random seed and it's recommended not to alter it anyway. Can anyb