> There are other options too, depending on your needs. The Math::Random
> namespace has tons of these, including one that I've worked on
> (Math::Random::ISAAC) and some others I've toyed with, notably the
> Mersenne Twister (Math::Random::MT) and TT800 algorithms (related to
> the Mersenne Twister; see Math::Random::TT800)

Math::Random::MT::Auto another PRNG module.  It uses a variety of random
data source for seeding, and has a insuperably long period.  (But as with any
PRNG, not cryptographically suitable.)

> If you need random data, you can also get it from interrupt timings.
> See Math::TrulyRandom for details.

The Math::Random::MT::Auto POD also lists several truly random data sources.

Reply via email to