Commit Graph

5 Commits

Author SHA1 Message Date
Dan Kortschak
bc349ecfab all: replace internal rand shim with math/rand/v2 2025-02-01 22:18:04 +10:30
Dan Kortschak
cf3307fa63 all: partially migrate to math/rand/v2
This is not intended to be a completed transition since it leaves the
libraries unusable to external client code, but rather as a step towards
use of math/rand/v2. This initial step allows repair of sequence change
failures without having to worry about API difference.
2025-02-01 22:18:04 +10:30
knowmost
459c4e17ac all: fix doc comments 2024-05-02 05:29:04 +09:30
Dan Kortschak
911f47973b internal/extreme: fix random method calls
Previously if either of the extreme probabilities were non-zero, only
extreme values would be returned.
2021-05-07 21:45:54 +09:30
Egon Elbre
bd8ede64dd internal/testrand: random package for testing 2020-03-22 23:05:11 +02:00