go/src/crypto/rand
Russ Cox 3afba3124d all: remove uses of rand.Seed
As of CL 443058, rand.Seed is not necessary to call,
nor is it a particular good idea.

For #54880.

Change-Id: If9d70763622c09008599db8c97a90fcbe285c6f8
Reviewed-on: https://go-review.googlesource.com/c/go/+/445395
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2022-10-26 16:24:57 +00:00
..
example_test.go
rand.go crypto/rand: properly handle large Read on windows 2022-05-05 22:44:02 +00:00
rand_batched_test.go all: remove uses of rand.Seed 2022-10-26 16:24:57 +00:00
rand_getentropy.go crypto/rand: batch and buffer calls to getrandom/getentropy 2022-04-19 22:44:58 +00:00
rand_getrandom.go crypto/rand: apply the same max read size on Illumos as on Solaris 2022-04-20 16:05:16 +00:00
rand_js.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
rand_plan9.go crypto/rand: use fast key erasure RNG on plan9 instead of ANSI X9.31 2022-03-04 15:48:03 +00:00
rand_test.go
rand_unix.go crypto/rand: convert r.used to atomic type 2022-10-01 08:32:46 +00:00
rand_windows.go crypto/rand: properly handle large Read on windows 2022-05-05 22:44:02 +00:00
util.go crypto/rand: make Prime not deterministic for a fixed input stream 2022-04-05 01:35:39 +00:00
util_test.go crypto/rand: make Prime not deterministic for a fixed input stream 2022-04-05 01:35:39 +00:00