Hacker News new | ask | show | jobs
by riquito 2276 days ago
/dev/random vs /dev/urandom, you could argue that a new seed via /dev/random is somewhat better, but you wouldn't block everything constantly to get new entropy
1 comments

/dev/urandom is better than /dev/random in almost every case, so much so that on macOS they are identical.