]> Cypherpunks repositories - gostls13.git/commit
math/rand: export Source64, mainly for documentation value
authorRuss Cox <rsc@golang.org>
Wed, 23 Nov 2016 03:46:39 +0000 (22:46 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 23 Nov 2016 04:29:25 +0000 (04:29 +0000)
commit3f69822a9a68c76a8562a43f226951c33ed5694a
treef294deed5892ed6fea73a10fbfc2108bc45c8be8
parent2f0a306d283c21b98089706878190c34bd591b9a
math/rand: export Source64, mainly for documentation value

There is some code value too: types intending to implement
Source64 can write a conversion confirming that.

For #4254 and the Go 1.8 release notes.

Change-Id: I7fc350a84f3a963e4dab317ad228fa340dda5c66
Reviewed-on: https://go-review.googlesource.com/33456
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/math/rand/rand.go