Next: , Previous: A.5, Up: Algorithms in the Standard


8.3.6 A.6

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.