Hacker News new | ask | show | jobs
by ominous_prime 5386 days ago
/dev/random uses environmental noise for entropy, and can be depleted rather quickly.

/dev/urandom supplements its entropy with a PRNG so that it never blocks..