Re: [Rd] Extreme bunching of random values from runif with Mersenne-Twister seed

2017-11-05 Thread Daniel Nordlund
u don't need to use anything more than the second number. So, you can modify your function as follows: function(x) { set.seed(x, kind = "default") y = runif(2, 17, 26) return(y[2]) } Hope this is helpful, Dan -- Daniel Nordlund Port Townsend, WA USA

Re: [Rd] Missing Windows binary for R-2.15RC?

2012-03-23 Thread Daniel Nordlund
> -Original Message- > From: Dan Tenenbaum [mailto:dtene...@fhcrc.org] > Sent: Friday, March 23, 2012 5:48 PM > To: Daniel Nordlund > Cc: r-devel@r-project.org > Subject: Re: [Rd] Missing Windows binary for R-2.15RC? > > On Fri, Mar 23, 2012 at 4:52 PM,

Re: [Rd] Missing Windows binary for R-2.15RC?

2012-03-23 Thread Daniel Nordlund
me error you did using the link you provided. However, if you use the CRAN mirror hosted by YOUR organization, you can get the file. :-) Hope this is helpful, Dan Daniel Nordlund Bothell, WA USA __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] norm_rand() in R-extension vs rnorm in R ---which is better?

2008-03-30 Thread Daniel Nordlund
What do you mean when you write that rnorm "was not good sometimes"? Can you provide an example which demonstrates that rnorm performs poorly? Enquiring minds would like to know. Dan Daniel Nordlund Bothell, WA USA __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] IDE for R C++ package writing ?

2007-02-24 Thread Daniel Nordlund
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Hin-Tak Leung > Sent: Friday, February 23, 2007 5:40 AM > To: mel > Cc: r-devel@r-project.org > Subject: Re: [Rd] IDE for R C++ package writing ? > > I don't know if ess runs under xemacs, but historic

Re: [Rd] Problem with tuned Rblas from CRAN with R-2.4.0

2006-12-13 Thread Daniel Nordlund
, the copy I had was apparently corrupted. I downloaded a new copy from CRAN, and all is functioning. Thanks again for the quick responses. Dan Daniel Nordlund Bothell, WA USA > -Original Message- > From: Uwe Ligges [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 12, 2006

[Rd] Problem with tuned Rblas from CRAN with R-2.4.0

2006-12-12 Thread Daniel Nordlund
y for WinXP and P4 chip, or do I need to try to compile one on my own? Thanks for any assistance, Dan Daniel Nordlund Bothell, WA USA __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel