1Revision history for Bytes::Random::Secure::Tiny
2
31.008 2015-07-08
4  - Shuffle handles empty arrayrefs more gracefully.
5  - Removed EGD support; use Bytes::Random::Secure if you need such
6    advanced support.
7
81.007 2015-07-07
9  - Added a shuffle method.
10  - Documentation tweaks.
11
121.006 2015-07-06
13  - Fixed the META_MERGE entry in Makefile.PL - the 'meta-spec' part was
14    in the wrong place, so the repo wasn't appearing in the metadata.
15  - The ABSTRACT_FROM was referring to the .pm file rather than the .pod
16
171.005 2015-07-05
18  - Fixed a mistake in the SYNOPSIS. Improved description of string_from.
19
201.004 2015-06-23
21  - Makefile.PL now requires Perl 5.8.
22  - _ranged_randoms returns an arrayref rather than array (microoptiomization)
23
241.003 2015-06-22
25  - Fix POD formatting issue.
26  - Split POD into separate file.
27
281.002 2015-06-21
29  - Set default seed to /dev/urandom, not /dev/random.
30
311.001 2015-06-21
32  - Revert PP::irand to using sprintf.
33  - Fix dependency tests so Windows dependencies are tested.
34
351.000 2015-06-20
36  - Initial CPAN release.
37  - Based on Bytes::Random::Secure, Crypt::Random::Seed,
38    and Math::Random::ISAAC
39