go/src/sort
Tobias Klauser 7c4ee1b165 sort: use math/rand/v2 in tests and benchmarks
This allows to drop the use of deprecated rand.Seed in benchmarks.

Fixes #61142

Change-Id: I628848c0d4a500dc9a361930c393e47c3361a95c
Reviewed-on: https://go-review.googlesource.com/c/go/+/551155
Reviewed-by: Eli Bendersky <eliben@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-02-08 22:59:40 +00:00
..
example_interface_test.go
example_keys_test.go
example_multi_test.go
example_search_test.go
example_test.go
example_wrapper_test.go
export_test.go
gen_sort_variants.go all: drop old +build lines 2023-10-19 23:33:27 +00:00
search.go sort: add available godoc link 2023-11-28 16:40:32 +00:00
search_test.go
slice.go sort: add available godoc link 2023-11-28 16:40:32 +00:00
sort.go sort: add available godoc link 2023-11-28 16:40:32 +00:00
sort_impl_120.go
sort_impl_go121.go
sort_slices_benchmark_test.go sort: use math/rand/v2 in tests and benchmarks 2024-02-08 22:59:40 +00:00
sort_test.go sort: use math/rand/v2 in tests and benchmarks 2024-02-08 22:59:40 +00:00
zsortfunc.go
zsortinterface.go