mox/dmarcdb
Mechiel Lukkien de435fceba
switch to math/rand/v2 in most places
this allows removing some ugly instantiations of an rng based on the current
time.

Intn is now IntN for our concurrency-safe prng wrapper to match the randv2 api.

v2 exists since go1.22, which we already require.
2024-11-29 13:45:19 +01:00
..
dmarcdb.go add debug logging about bstore db schema upgrades 2024-05-10 14:44:37 +02:00
eval.go switch to math/rand/v2 in most places 2024-11-29 13:45:19 +01:00
eval_test.go use debug logging in tests 2024-05-10 15:51:48 +02:00
reports.go add debug logging about bstore db schema upgrades 2024-05-10 14:44:37 +02:00
reports_test.go add debug logging about bstore db schema upgrades 2024-05-10 14:44:37 +02:00