]> Cypherpunks repositories - gostls13.git/commit
math/rand: Doc fix for how many bits Seed uses
authorJeff R. Allen <jra@nella.org>
Tue, 24 May 2016 17:00:06 +0000 (23:00 +0600)
committerIan Lance Taylor <iant@golang.org>
Tue, 24 May 2016 19:07:46 +0000 (19:07 +0000)
commit3474610fbc81f7e9f3f2cb23dc1554b3f5cec657
tree7285bee0906a7213ce4c4813c8d0e04435a40556
parent2f9eeea212681927385a4713004438cd864966e0
math/rand: Doc fix for how many bits Seed uses

Document the fact that the default Source uses only
the bottom 31 bits of the given seed.

Fixes #15788

Change-Id: If20d1ec44a55c793a4a0a388f84b9392c2102bd1
Reviewed-on: https://go-review.googlesource.com/23352
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/math/rand/rand.go