From 3001334e7752af67036a6d9c30c919cbfea81a7c Mon Sep 17 00:00:00 2001 From: Joe Tsai Date: Mon, 27 Jun 2016 23:27:54 -0700 Subject: [PATCH] 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 --- doc/go1.7.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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
-- 2.48.1