Skip to content
Prev 6284 / 15075 Next

rnorm.halton

Thanks everyone for your replies. Particularly David.

The numbers are pseudo-random. Repeated calls should/would give the
same output. Currently, Halton works fine when used to just get the
Halton sequence, but the random deviates call is not working in 64 bit
R. For now, I will generate the numbers in 32 bit R, save them and
then load them back in when using 64 bit R. The package maintainers
can look at it if/when they get a chance and/or access to 64 bit R.

Thanks!

Best,
Anirban
On Tue, Sep 15, 2009 at 9:01 AM, David Winsemius <dwinsemius at comcast.net> wrote: