diff --git a/doc/godebug.md b/doc/godebug.md index d19de2374aa..51ec4cb05ab 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.