]> Cypherpunks repositories - gostls13.git/commit
all: remove uses of rand.Seed
authorRuss Cox <rsc@golang.org>
Tue, 25 Oct 2022 16:53:30 +0000 (12:53 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 26 Oct 2022 16:24:57 +0000 (16:24 +0000)
commit3afba3124df90f1b2f56d3324793f16649a2d93a
treed44f72bd0c7d8dceda1fedfe58087dc8107e0bf2
parent51af90445696772703ed88d967e8c23c8e9e992d
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>
src/cmd/compile/internal/ssagen/pgen.go
src/crypto/rand/rand_batched_test.go
src/math/rand/example_test.go
src/strconv/atof_test.go