KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Driver for /dev/random and /dev/urandom. More...
Go to the source code of this file.
Driver for /dev/random and /dev/urandom.
This filesystem driver provides implementations of /dev/random and /dev/urandom for portability. It seeds randomness from uninitialized memory, and the clock. Obviously we are limited in how we can provide sufficient entropy on an embedded platform like the Dreamcast so the randomness from this driver will not win any awards but it should be sufficiently good for most purposes.
/dev/random is an alias to /dev/urandom for now.