Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
AndyKelley
on Sept 1, 2015
|
parent
|
context
|
favorite
| on:
Myths about /dev/urandom
Thanks for this. Time to go fix my code[1].
[1]:
https://github.com/andrewrk/genesis/blob/0d545d692110d33068d...
masklinn
on Sept 1, 2015
[–]
Since you're only targeting Linux, if you are fine with requiring recent kernels (3.17), you should probably use getrandom(2):
http://man7.org/linux/man-pages/man2/getrandom.2.html
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[1]: https://github.com/andrewrk/genesis/blob/0d545d692110d33068d...