go/src/math/rand
Ian Lance Taylor 6d2cac12db math/rand: clarify Seed deprecation note
Fixes #59331

Change-Id: I62156be2f2758c59349c3b02db6cf9140429c9e3
Reviewed-on: https://go-review.googlesource.com/c/go/+/481915
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Bypass: Ian Lance Taylor <iant@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
2023-04-04 20:18:09 +00:00
..
auto_test.go math/rand: auto-seed global source 2022-10-25 16:49:48 +00:00
default_test.go math/rand: use fastrand64 if possible 2023-02-07 23:39:35 +00:00
example_test.go all: remove uses of rand.Seed 2022-10-26 16:24:57 +00:00
exp.go
export_test.go
gen_cooked.go
normal.go
race_test.go
rand.go math/rand: clarify Seed deprecation note 2023-04-04 20:18:09 +00:00
rand_test.go math/rand: use fastrand64 if possible 2023-02-07 23:39:35 +00:00
regress_test.go
rng.go all: fix misuses of "a" vs "an" 2023-04-04 14:20:53 +00:00
zipf.go