diff --git a/doc/go1.7.html b/doc/go1.7.html index 2a2675e98a..6605e4b366 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -793,6 +793,16 @@ The now produce a pseudo-random stream of bytes that is consistent and not dependent on the size of the input buffer.

+ +

+The documentation clarifies that +Rand's Seed +and Read methods +are not safe to call concurrently, though the global +functions Seed +and Read are (and have +always been) safe. +