Skip to content
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: example_test should show examples with the correct Uint32 method #9429

Closed
guobiao opened this issue Dec 23, 2014 · 1 comment
Closed

Comments

@guobiao
Copy link
Contributor

guobiao commented Dec 23, 2014

In math/rand's example_test.go, line 75: http://golang.org/src/math/rand/example_test.go#L75.

I believe the intention was to show with r.Uint32() rather than the written r.Int63(). Fortunately, the underlying implementation for both methods are the same, so this seems to be a trivial one-line fix.

I'll be happy to make the change if the issue is confirmed.

@bradfitz
Copy link
Contributor

Yeah, feel free to send in a change. See https://golang.org/doc/contribute.html

@golang golang locked and limited conversation to collaborators Jun 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants