Chongyi Zheng
7b8e418da1
Replace deprecated math/rand
functions ( #30733 )
...
Suggested by logs in #30729
- Remove `math/rand.Seed`
`rand.Seed is deprecated: As of Go 1.20 there is no reason to call Seed
with a random value.`
- Replace `math/rand.Read`
`rand.Read is deprecated: For almost all use cases, [crypto/rand.Read]
is more appropriate.`
- Replace `math/rand` with `math/rand/v2`, which is available since Go
1.22
2024-04-27 18:50:35 +02:00
..
2024-04-27 08:03:49 +00:00
2024-04-17 01:25:03 +00:00
2023-09-16 14:39:12 +00:00
2024-04-22 11:48:42 +00:00
2024-04-23 03:00:57 +00:00
2024-03-22 13:45:10 +00:00
2024-04-22 11:48:42 +00:00
2023-09-28 01:38:53 +00:00
2024-04-27 08:03:49 +00:00
2024-04-21 19:44:03 +00:00
2024-04-27 08:03:49 +00:00
2024-04-27 14:02:07 +00:00
2024-04-22 11:48:42 +00:00
2024-04-20 13:07:00 +02:00
2024-04-20 03:15:04 +00:00
2024-04-22 11:48:42 +00:00
2024-01-19 17:05:02 +01:00
2024-04-22 11:48:42 +00:00
2024-03-08 06:14:35 +00:00
2024-02-14 21:48:45 +00:00
2023-12-25 21:25:29 +01:00
2024-04-17 15:58:37 +00:00
2024-04-27 12:23:37 +00:00
2024-04-27 18:50:35 +02:00
2024-03-07 23:18:38 +01:00
2024-02-12 23:37:23 +01:00
2023-10-15 17:46:06 +02:00
2023-10-15 17:46:06 +02:00
2023-09-28 01:38:53 +00:00
2024-03-04 08:16:03 +00:00
2024-04-20 03:15:04 +00:00
2024-03-04 08:16:03 +00:00
2024-03-04 08:16:03 +00:00
2023-10-11 04:24:07 +00:00
2024-04-21 19:44:03 +00:00
2023-12-25 21:25:29 +01:00