Source: libmath-random-secure-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libcrypt-random-source-perl,
                     liblist-moreutils-perl,
                     libmath-random-isaac-perl,
                     libmoo-perl (>= 2),
                     libtest-sharedfork-perl,
                     libtest-warn-perl,
                     perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmath-random-secure-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmath-random-secure-perl.git
Homepage: https://metacpan.org/release/Math-Random-Secure

Package: libmath-random-secure-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcrypt-random-source-perl,
         libmath-random-isaac-perl,
         libmoo-perl (>= 2)
Description: cryptographically-secure, cross-platform replacement for rand()
 Math::Random::Secure is intended to provide a cryptographically-secure
 replacement for Perl's built-in rand function.
 .
 "Crytographically secure", in this case, means that: nobody can guess the
 future number, there are so many possible seeds that it would take millenia
 for an attacker to try them all.