Y
Hacker News
new
|
ask
|
show
|
jobs
by
Aaron1011
2896 days ago
I thought that the issue with /dev/urandom was that it wouldn't block when read shortly after startup (when the entropy pool wasn't yet initialized).
1 comments
mmebane
2896 days ago
That's part of it. Another concern was ensuring that fetching a random number couldn't fail due to file descriptor exhaustion. [1]
[1]:
https://lwn.net/Articles/605828/
link
[1]: https://lwn.net/Articles/605828/