I believe there is a bug in rnorm.sobol. Try
hist(rnorm.sobol(2300,1200))
and compare to
hist(rnorm.pseudo(2300,1200))
______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
