|
|
|
|
|
by throwaway092834
4484 days ago
|
|
These aren't myths, they're platform guarantees. It just so happens that a few of the most common unixes (Linux, BSD) implement a very good /dev/urandom and the author is suggesting that we write non-portable software that depends on implementation details of these platforms. There can be benefits from depending on non-portable implementation details but also significant drawbacks. |
|