Next: A.7, Previous: A.5, Up: Algorithms in the Standard
On POSIX systems, ccRTP uses /dev/urandom when available. If there is no such device, it defaults to the MD5 based algorithm given in appendix A.6.
Code in A.6 corresponds to uint32 MD5BasedRandom32()
, which is
called by uint32 random32()
when no random device is available.