Initial import of p5-Math-Random-0.67 from pkgsrc-wip, packaged by imil.

This module generates a variety of random numbers. Capabilities of wide
interest include the generation of:
. uniform numbers between 0 and 1 (or user chosen boundaries)
. random integers between user specified bounds
. random permutations of a list (shuffle a deck of cards)
This commit is contained in:
wiz 2004-12-29 01:19:13 +00:00
parent 28adb45b30
commit 8c5d81cf60
4 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,5 @@
This module generates a variety of random numbers. Capabilities of wide
interest include the generation of:
. uniform numbers between 0 and 1 (or user chosen boundaries)
. random integers between user specified bounds
. random permutations of a list (shuffle a deck of cards)

View file

@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.1.1.1 2004/12/29 01:19:13 wiz Exp $
#
DISTNAME= Math-Random-0.67
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
MAINTAINER= imil@gcu.info
HOMEPAGE= http://search.cpan.org/dist/Math-Random/
COMMENT= Random number generators
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/Random/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/29 01:19:13 wiz Exp $

View file

@ -0,0 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2004/12/29 01:19:13 wiz Exp $
SHA1 (Math-Random-0.67.tar.gz) = dedd68fdaec3542551f7fb89b7248f0798af43f0
Size (Math-Random-0.67.tar.gz) = 44780 bytes