in reply to Poor randomness with File::Temp and fork().

If you want true randomness you could buy yourself a generator that connects via USB or you could interface to Fourmilab's HotBits random number generator. Fourmilab is the website of the founder of Autodesk.

metadoktor

"The doktor is in."

  • Comment on Re: Poor randomness with File::Temp and fork().

Replies are listed 'Best First'.
Re^2: Poor randomness with File::Temp and fork().
by DrHyde (Prior) on Jun 29, 2004 at 15:31 UTC
    Net::Random uses Hotbits as one of its sources.

    But my own local USB randomness device would be very useful - do you have any pointers to one?