Hacker News new | ask | show | jobs
by IshKebab 796 days ago
Pretty much all serious software uses PRNG at some point. Unless you mean you use CSPRNG, which is the easy fix.
1 comments

Yeah it's obviously biased to the field you work in. And I'm aware that libs im using use some form of randomness, be it for uuid-gen, entropy for SSL or whatnot, but I seriously can't remember the last time I called rand() and friends directly for anything.