We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a4db7 commit 3001334Copy full SHA for 3001334
doc/go1.7.html
@@ -782,6 +782,20 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
782
</dd>
783
</dl>
784
785
+<dl id="math_rand"><dt><a href="/pkg/math/rand/">math/rand</a></dt>
786
+
787
+<dd>
788
+<p>
789
+The
790
+<a href="/pkg/math/rand/#Read"><code>Read</code></a> function and
791
+<a href="/pkg/math/rand/#Rand"><code>Rand</code></a>'s
792
+<a href="/pkg/math/rand/#Rand.Read"><code>Read</code></a> method
793
+now produce a pseudo-random stream of bytes that is consistent and not
794
+dependent on the size of the input buffer.
795
+</p>
796
+</dd>
797
+</dl>
798
799
<dl id="mime_multipart"><dt><a href="/pkg/mime/multipart/">mime/multipart</a></dt>
800
801
<dd>
0 commit comments