The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
See also the git repository.

0.24    2023-02-24
        Modernize tests, etc.

0.23    2020-03-08
        Add sample() method to pick N items from an array reference.

0.17    2020-03-08
        Break interface, dice() renamed to roll(). Made this routine
        slightly faster. rand() made faster. Add coinflip() and
        rand_from().

0.12    2018-10-11
        Require use64bitint=define as need 64-bit ints.

0.10    2018-10-09
        Add decay(), dice(), irand64(), irand_in(), irand_way().
        Algorithm::Diff as test req.

0.07    2018-09-28
        Break interface, rand() now returns floats more like CORE::rand().
        Add irand() which is what the old rand() was.
        Add rand_elm(), rand_idx() for array element or index selection.

0.05    2018-09-19
        Mostly build improvements.

0.02    2018-09-19
        Bugfixes. Improve performance via the imitation of the XS
        present in Math::Random::MTwist. Build.PL changes and (the very
        old now) Perl 5.14 as a minimum bar.

0.01    2018-09-18
        First version, released on an unsuspecting world.