File: control

package info (click to toggle)
libmath-random-isaac-xs-perl 1.004-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 380 kB
  • ctags: 664
  • sloc: perl: 476; ansic: 161; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,497 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: libmath-random-isaac-xs-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
               libmodule-build-perl,
               libstatistics-test-randomwalk-perl,
               libtest-leaktrace-perl,
               libtest-nowarnings-perl,
               perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-random-isaac-xs-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-random-isaac-xs-perl.git
Homepage: https://metacpan.org/release/Math-Random-ISAAC-XS
Testsuite: autopkgtest-pkg-perl

Package: libmath-random-isaac-xs-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Suggests: libmath-random-isaac-perl
Enhances: libmath-random-isaac-perl
Description: Perl implementation of the ISAAC PRNG (C/XS Accelerated)
 Math::Random::ISAAC::XS implements the same interface as Math::Random::ISAAC
 and can be used as a drop-in replacement. This is the recommended version of
 the module, based on Bob Jenkins' reference implementation in C as described
 in his paper at: <URL:http://burtleburtle.net/bob/rand/isaac.html>
 .
 If you install this package, then any code that uses Math::Random::ISAAC will
 automagically benefit from this faster implementation. Performance increases
 are somewhere on the order of 400-500%.