Re: [Rd] RNGkind() state (PR#12567)

2008-08-21 Thread Ray Brownrigg
Prof Brian Ripley wrote: On Tue, 19 Aug 2008, [EMAIL PROTECTED] wrote: I sent this to R-devel early last month, but have received no response, so I guess it really is a bug. Or people were busy: I was away teaching a course, for example. This looks like a bug to me, and is a bit hard to des

Re: [Rd] RNGkind() state (PR#12567)

2008-08-20 Thread Prof Brian Ripley
On Tue, 19 Aug 2008, [EMAIL PROTECTED] wrote: I sent this to R-devel early last month, but have received no response, so I guess it really is a bug. Or people were busy: I was away teaching a course, for example. This looks like a bug to me, and is a bit hard to describe, but easy to repro

[Rd] RNGkind() state (PR#12567)

2008-08-19 Thread Ray . Brownrigg
I sent this to R-devel early last month, but have received no response, so I guess it really is a bug. This looks like a bug to me, and is a bit hard to describe, but easy to reproduce.   Basically, if RNGkind is saved as something other than the default, and if the first operation in a sessi

[Rd] RNGkind() state

2008-07-10 Thread Ray Brownrigg
This looks like a bug to me, and is a bit hard to describe, but easy to reproduce. Basically, if RNGkind is saved as something other than the default, and if the first operation in a session is a set.seed(), the default is reverted to. Reproduce by: cafe-rozo> R --vanilla R version 2.7.1