From: Paschalis T Date: Fri, 30 Aug 2024 20:24:40 +0000 (+0300) Subject: doc: fix wording of GODEBUG history item from CL 606055 X-Git-Tag: go1.24rc1~1075 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=894ead51c5fe1c2a0c6b0bca473177c2b5f0f137;p=gostls13.git doc: fix wording of GODEBUG history item from CL 606055 Change-Id: Ia53d4a58810948d83a3e87e08239602da1bad815 Reviewed-on: https://go-review.googlesource.com/c/go/+/609935 LUCI-TryBot-Result: Go LUCI Reviewed-by: Ian Lance Taylor Auto-Submit: Ian Lance Taylor Commit-Queue: Ian Lance Taylor Reviewed-by: Cherry Mui Auto-Submit: Cherry Mui --- diff --git a/doc/godebug.md b/doc/godebug.md index d19de2374a..51ec4cb05a 100644 --- a/doc/godebug.md +++ b/doc/godebug.md @@ -153,7 +153,7 @@ and the [go command documentation](/cmd/go#hdr-Build_and_test_caching). ### Go 1.24 Go 1.24 changed the global [`math/rand.Seed`](/pkg/math/rand/#Seed) to be a -no-op. This setting is controlled by the `randseednop` setting. +no-op. This behavior is controlled by the `randseednop` setting. For Go 1.24 it defaults to `randseednop=1`. Using `randseednop=0` reverts to the pre-Go 1.24 behavior.