Looking for Entropy in All the Wrong Places
Wouldn’t it be nicer if our program could just directly ask the operating system to fill a buffer with random bits? Other operating systems followed suit, including Linux, though on Linux is a library function implemented using , the actual system call. On unix-like systems, programs are typically dynamically linked against the C library, libc.
Source: nullprogram.com