Changes for version 0.05
- Make irand() and rand() 2.5x faster.
- Now, if you specify $Math::Random::Secure::RNG before calling srand(), the "seeder" of $Math::Random::Secure::RNG will be used by srand() instead of srand() overriding the seeder and using the default one found by Math::Random::Secure::RNG.
- Remove META.yml, in an attempt to make CPAN.pm install this module properly (this is an attempt to force CPAN.pm to read the dynamic dependencies for this module).
Modules
Cryptographically-secure, cross-platform replacement for rand()
The underlying PRNG, as an object.