slow /dev/urandom
Something that always bugged me, was the speed of the /dev/urandom
device, which provides random data. I needed it to benchmark some
network devices and urandom just wasn't fast enough for that :-D
Anyway, openssl provides also a way to generate some random data, which
is much faster ...