go/src/strconv
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
..
testdata
atob.go
atob_test.go
atoc.go strconv: optimize Parse for []byte arguments 2022-08-23 20:29:22 +00:00
atoc_test.go
atof.go strconv: fix typo in atof.go 2022-06-06 18:50:50 +00:00
atof_test.go all: remove uses of rand.Seed 2022-10-26 16:24:57 +00:00
atoi.go strconv: optimize Parse for []byte arguments 2022-08-23 20:29:22 +00:00
atoi_test.go
bytealg.go
bytealg_bootstrap.go
ctoa.go
ctoa_test.go
decimal.go
decimal_test.go
doc.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
eisel_lemire.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
example_test.go
export_test.go
fp_test.go
ftoa.go strconv: delete unused field 2022-09-30 01:40:34 +00:00
ftoa_test.go strconv: avoid panic on invalid call to FormatFloat 2022-06-24 23:50:20 +00:00
ftoaryu.go strconv: remove redundant type conversion 2022-09-09 00:28:56 +00:00
ftoaryu_test.go
internal_test.go
isprint.go
itoa.go all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
itoa_test.go strconv: add a test case when base is illegal 2022-09-15 21:09:39 +00:00
makeisprint.go
quote.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
quote_test.go strconv: quote rune 007F as \x7f, not \u007f 2022-03-31 20:37:15 +00:00
strconv_test.go strconv: optimize Parse for []byte arguments 2022-08-23 20:29:22 +00:00