On Thu, 20 Dec 2001, Daniel Lopez wrote: > > /dev/urandom is not available in all platforms
right, which is why it is not portable to use directly. /dev/random is also not available on all platforms, so apr uses whats available to provide the same functionality for the given platform in apr_generate_random_bytes().
