Hacker News new | ask | show | jobs
by jevinskie 3505 days ago
Providing guaranteed access to random numbers has been a recent example of a new, badly needed, but fairly simple syscall. With getrandom(), you avoid the complexities of open/read/close and its associated error handling.

https://lwn.net/Articles/606141/