aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/math/rand/rand.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/rand/rand.go b/src/math/rand/rand.go
index 0157d7198b..77d7e86fb2 100644
--- a/src/math/rand/rand.go
+++ b/src/math/rand/rand.go
@@ -315,7 +315,7 @@ var globalRand = New(new(lockedSource))
// Alternately, set GODEBUG=randautoseed=0 in the environment
// before making any calls to functions in this package.
//
-// Note: Programs that call Seed and then expect a specific sequence
+// Deprecated: Programs that call Seed and then expect a specific sequence
// of results from the global random source (using functions such as Int)
// can be broken when a dependency changes how much it consumes
// from the global random source. To avoid such breakages, programs