Changelog for
perl-Crypt-Random-1.54-lp154.3.1.noarch.rpm :
* Fri Jun 04 2021 Tina Müller
- updated to 1.54 see /usr/share/doc/packages/perl-Crypt-Random/Changes 1.54 June 3, 2021
* Removed a superfluous call to makerandom_itv() thanks to Larry Leszczynski .
* Improved makerandom_itv test to ensure generated numbers are in the intterval.
* Actually include t/chisquare.t
* Wed Apr 03 2019 Stephan Kulow - updated to 1.52 see /usr/share/doc/packages/perl-Crypt-Random/Changes 1.52 December 22, 2018
* Add a chi square statistical test. t/chisquare.t
* Uniform can be passed to the constructor of Crypt::Random::Generator. This should be the default, and will likely be in the next release.
* Fixed minor bugs & typos. 1.51 December 22, 2018
* Test no longer looks for non-eq of two generated numbers as these can be correctly the same if test is run enough number of times. https://rt.cpan.org/Ticket/Display.html?id=99880
* Removed outdated dependency info. https://rt.cpan.org/Ticket/Display.html?id=94441
* Removed /dev/random read from the test, as it can hang when there is insufficient entropy. https://rt.cpan.org/Ticket/Display.html?id=30423
* Removed potentially unsafe include in bin/makerandom. https://rt.cpan.org/Ticket/Display.html?id=128062
* Wed Dec 01 2010 cooloAATTnovell.com- switch to perl_requires macro
* Mon Nov 29 2010 cooloAATTnovell.com- remove /var/adm/perl-modules
* Mon Nov 29 2010 cooloAATTnovell.com- called spec2changelog
* Tue Sep 12 2006 jfunkAATTfunktronics.ca- Initial release