The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Bytes::Random::Secure::Tiny

1.003 2015-06-22
  - Fix POD formatting issue.
  - Split POD into separate file.

1.002 2015-06-21
  - Set default seed to /dev/urandom, not /dev/random.

1.001 2015-06-21
  - Revert PP::irand to using sprintf.
  - Fix dependency tests so Windows dependencies are tested.

1.000 2015-06-20
  - Initial CPAN release.
  - Based on Bytes::Random::Secure, Crypt::Random::Seed,
    and Math::Random::ISAAC