File: control

package info (click to toggle)
libalgorithm-numerical-sample-perl 2010011201-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 72 kB
  • ctags: 10
  • sloc: perl: 156; makefile: 41
file content (17 lines) | stat: -rw-r--r-- 662 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libalgorithm-numerical-sample-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.6.10-12)
Maintainer: Dominic Hargreaves <dom@earth.li>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/Algorithm-Numerical-Sample/

Package: libalgorithm-numerical-sample-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description:  Draw samples from a set
 This package gives two methods to draw fair, random samples from a set.
 There is a procedural interface for the case the entire set is known,
 and an object oriented interface when the a set with unknown size has
 to be processed.