-
Notifications
You must be signed in to change notification settings - Fork 17.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
math/rand: remove statistical correlation in ziggurat algorithms #8731
Comments
Thanks for the report. Please send patches using the process described at http://golang.org/doc/contribute.html. Thanks. Labels changed: added repo-main, release-go1.5. |
Based on the discussion in #8013, I don't think we can't change this. @ianlancetaylor what do you think? |
We deliberately postponed the decision in #8013. There were various arguments, but no final decision. If the numbers that we get from the generators are statistically correlated, that sounds to me like a bug. I personally would be OK with changing the generated sequence to fix a bug. This probably should be discussed on golang-dev, if somebody has a patch. |
For Go 2 I think we are likely to move in the direction of #21835, which seems to be a superior random number generator in any case. I think that is a better place to discuss the future of math/rand. Closing this issue. |
The text was updated successfully, but these errors were encountered: