pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/p5-Math-Random-MT-Perl Import p5-Math-Random-MT-P...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4b9ecde63174
branches: trunk
changeset: 545106:4b9ecde63174
user: he <he%pkgsrc.org@localhost>
date: Sat Jul 26 20:09:16 2008 +0000
description:
Import p5-Math-Random-MT-Perl version 1.05.
Pure Perl implementation of the Mersenne Twister algorithm as
implemented in C/XS in Math::Random::MT. The output is identical
to the C/XS version. The Mersenne Twister is a 32 bit pseudorandom
number generator developed by Makoto Matsumoto and Takuji Nishimura.
The algorithm is characterised by a very uniform distribution but
is not cryptographically secure. What this means in real terms is
that it is fine for modeling but no good for crypto.
diffstat:
math/p5-Math-Random-MT-Perl/DESCR | 7 +++++++
math/p5-Math-Random-MT-Perl/Makefile | 21 +++++++++++++++++++++
math/p5-Math-Random-MT-Perl/distinfo | 5 +++++
3 files changed, 33 insertions(+), 0 deletions(-)
diffs (45 lines):
diff -r 55444ff78f81 -r 4b9ecde63174 math/p5-Math-Random-MT-Perl/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Random-MT-Perl/DESCR Sat Jul 26 20:09:16 2008 +0000
@@ -0,0 +1,7 @@
+Pure Perl implementation of the Mersenne Twister algorithm as
+implemented in C/XS in Math::Random::MT. The output is identical
+to the C/XS version. The Mersenne Twister is a 32 bit pseudorandom
+number generator developed by Makoto Matsumoto and Takuji Nishimura.
+The algorithm is characterised by a very uniform distribution but
+is not cryptographically secure. What this means in real terms is
+that it is fine for modeling but no good for crypto.
diff -r 55444ff78f81 -r 4b9ecde63174 math/p5-Math-Random-MT-Perl/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Random-MT-Perl/Makefile Sat Jul 26 20:09:16 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/26 20:09:16 he Exp $
+#
+
+DISTNAME= Math-Random-MT-Perl-1.05
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= math perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
+
+MAINTAINER= he%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Math-Random-MT-Perl/
+COMMENT= Pure Perl Mersenne Twister Random Number Generator
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+=
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Math/Random/MT/Perl/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 55444ff78f81 -r 4b9ecde63174 math/p5-Math-Random-MT-Perl/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Random-MT-Perl/distinfo Sat Jul 26 20:09:16 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/26 20:09:16 he Exp $
+
+SHA1 (Math-Random-MT-Perl-1.05.tar.gz) = 45b55213b85c5c62ea081c0d230e36d25c2d1988
+RMD160 (Math-Random-MT-Perl-1.05.tar.gz) = ee1f2b291723e8ac1ead4d38da7fe3d1645e5d44
+Size (Math-Random-MT-Perl-1.05.tar.gz) = 14914 bytes
Home |
Main Index |
Thread Index |
Old Index