File: control

package info (click to toggle)
libmath-random-perl 0.71-5
  • links: PTS, VCS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd
  • size: 364 kB
  • ctags: 187
  • sloc: perl: 1,623; ansic: 1,433; makefile: 10
file content (28 lines) | stat: -rw-r--r-- 1,262 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
Source: libmath-random-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Charles Plessy <plessy@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           gregor herrmann <gregoa@debian.org>
Section: non-free/perl
XS-Autobuild: yes
Priority: optional
Build-Depends: perl,
               debhelper (>= 9.20120312~)
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-random-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-random-perl.git
Homepage: https://metacpan.org/release/Math-Random

Package: libmath-random-perl
Architecture: any
Depends: ${perl:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Description: Perl collection of random number generators
 Math::Random is a Perl port of the C version of randlib, which is a suite of
 routines for generating random deviates. This supports all the distributions
 from which the Fortran and C versions generate deviates. Some features are
 excluded including the multiple generators/splitting facility and antithetic
 random number generation. These, along with some of the distributions which
 are included, are probably not of interest except to the very sophisticated
 user.