File perl-Crypt-Random.changes of Package perl-Crypt-Random
-------------------------------------------------------------------
Tue Feb 11 05:31:31 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.570.0 (1.57)
see /usr/share/doc/packages/perl-Crypt-Random/Changes
Revision history Crypt::Random
-------------------------------------------------------------------
Fri Jun 4 03:07:35 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- 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 <larryl@emailplus.org>.
* Improved makerandom_itv test to ensure generated numbers are in the
intterval.
* Actually include t/chisquare.t
-------------------------------------------------------------------
Wed Apr 3 06:50:10 UTC 2019 - Stephan Kulow <coolo@suse.com>
- 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 1 11:57:08 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Nov 29 18:29:36 UTC 2010 - coolo@novell.com
- remove /var/adm/perl-modules
-------------------------------------------------------------------
Mon Nov 29 18:00:09 UTC 2010 - coolo@novell.com
- called spec2changelog
-------------------------------------------------------------------
Tue Sep 12 00:00:00 UTC 2006 - jfunk@funktronics.ca
- Initial release