If you want some random binary junk, you might try opening
up /dev/urandom and reading however many bytes from that.
Unfortunately, I believe /dev/urandom is a Linux-specific
device, and that's a pretty big limitation.
Comment on Re: generating random blocks of data...
thanks to (and the previous reply)
both are great ideas and have me pointed in the
right direction.. I'm acutally glad I got input
from you guys on both random text and ideas for
random binary junk.. :)
/alan