Hacker News new | ask | show | jobs
by whyever 1214 days ago
The linked text is from a Rust library for generating random numbers where predictability is acceptable, i.e. it does not concern itself with cryptographic security.

The more popular library rand usese ChaCha and getentropy as you described.