Tyler Akins - 2004-06-17

Logged In: YES
user_id=73968

Also, on Linux, you can use /dev/random for random numbers
that are generated from system events. It is said to be
"crypo grade" and high-quality pseudo-random numbers.
(/dev/urandom does something similar, but not as secure once
it runs out of random bytes.)