SIGN IN SIGN UP

chore(rand) replace internal/rand with stdlib math/rand (#3823)

Go 1.20+ auto-seeds the global PRNG and Go 1.24 uses lock-free
ChaCha8 internally, making the custom mutex-protected wrapper
unnecessary. This simplifies the codebase and improves concurrent
performance.
C
cxljs committed
14e322935bd19c1cf4765c6a8b481ea808646d97
Parent: bfd1922
Committed by GitHub <noreply@github.com> on 5/22/2026, 12:54:30 PM