mirror of
https://github.com/golang/go
synced 2024-11-24 14:36:17 +00:00
d2b6bdb035
Makes calls to the global Seed a no-op. The GODEBUG=randseednop=0 setting can be used to revert this behavior. Fixes #67273 Change-Id: I79c1b2b23f3bc472fbd6190cb916a9d7583250f4 Reviewed-on: https://go-review.googlesource.com/c/go/+/606055 Auto-Submit: Cherry Mui <cherryyz@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
195 B
195 B
Calls to the deprecated top-level [Seed] function no longer have any effect. To
restore the old behavior set GODEBUG=randseednop=0
. For more background see
the proposal #67273.