mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 01:48:15 +03:00

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.