From: Joe Tsai Date: Tue, 28 Jun 2016 06:27:54 +0000 (-0700) Subject: doc/go1.7.html: mention recent changes to Rand.Read X-Git-Tag: go1.7rc1~37 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3001334e7752af67036a6d9c30c919cbfea81a7c;p=gostls13.git doc/go1.7.html: mention recent changes to Rand.Read Updates #16124 Change-Id: Ib58f2bb37fd1559efc512a2e3cba976f09b939a0 Reviewed-on: https://go-review.googlesource.com/24520 Reviewed-by: Andrew Gerrand --- diff --git a/doc/go1.7.html b/doc/go1.7.html index 8a76b369bc..c80be957a1 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -782,6 +782,20 @@ package. +
math/rand
+ +
+

+The +Read function and +Rand's +Read method +now produce a pseudo-random stream of bytes that is consistent and not +dependent on the size of the input buffer. +

+
+
+
mime/multipart