Hacker News new | ask | show | jobs
by throwaway092834 4484 days ago
You're hinting that it's not in POSIX, and this is true.

There are many standards and cross-platform interfaces defined outside of POSIX. Some explicit and top-down, some organically evolved.

The spec for /dev/*random is here, as was published in the mid-90s: http://git.kernel.org/cgit/linux/kernel/git/stable/linux-sta...

1 comments

That's a comment block in the Linux random.c code titled "Theory of Operation"...
Correct.