Name: Anonymous 2008-02-22 5:28
try {
When read, the /dev/random device will only return random bytes within the estimated number of bits of noise in the entropy pool. /dev/random
should be suitable for uses that need very high quality randomness such as one-time pad or key generation. When the entropy pool is empty, reads
from /dev/random will block until additional environmental noise is gathered.