summaryrefslogtreecommitdiff
path: root/math/p5-Math-Random-MT
AgeCommit message (Collapse)AuthorFilesLines
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-1/+2
2016-07-26Update to 1.17wen2-8/+7
Upstream changes: 1.17 2015-11-27 Florent Angly <florent.angly@gmail.com> * Bugfix: giving a seed value of 0 was ignored (reported by Maxim Tyukov)
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2015-11-03Add SHA512 digests for distfiles for math categoryagc1-1/+2
Problems found locating distfiles: Package dfftpack: missing distfile dfftpack-20001209.tar.gz Package eispack: missing distfile eispack-20001130.tar.gz Package fftpack: missing distfile fftpack-20001130.tar.gz Package linpack: missing distfile linpack-20010510.tar.gz Package minpack: missing distfile minpack-20001130.tar.gz Package odepack: missing distfile odepack-20001130.tar.gz Package py-networkx: missing distfile networkx-1.10.tar.gz Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz Package quadpack: missing distfile quadpack-20001130.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-08-06Update to 1.16wen2-6/+8
Upstream Changes: 1.16 2012-08-06 Florent Angly <florent.angly@gmail.com> * Fixed issue introduced in version 1.15 where rand() took no notice of argument and irand() did (bug #78200, reported by David Morel) * Migration of test suite to Test::More and Test::Number::Delta 1.15 2012-06-04 Florent Angly <florent.angly@gmail.com> * Implemented irand() to draw random integers (bug #73298, feature requested by crew@cs.stanford.edu) * Fixed build failure on Hurd (bug #74165, reported and patched by Salvatore Bonaccorso) 1.14 2012-05-27 Florent Angly <florent.angly@gmail.com> * Fixed compilation problems with nmake on Windows platforms (Florent Angly, bug #74984) * Fixed issues with random seed (bug #77343, solution suggested by Laurent Dami, fix implemented by Florent Angly) 1.13 2012-01-20 Abhijit Menon-Sen <ams@toroid.org> * New seed generation and retrieval mechanism by Florent Angly (bug #64640 on rt.cpan.org).
2011-08-16Update to 1.12:wiz2-7/+6
1.12 2010-09-29 Abhijit Menon-Sen <ams@toroid.org> * Fix OS X build failure reported by Daniel Barker and fixed by Tokuhiro Matsuno.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-1/+2
2010-09-09Importing package for p5 module Math::Random::MT version 1.11 intosno3-0/+28
math/p5-Math-Random-MT. The Mersenne Twister is a pseudorandom number generator developed by Makoto Matsumoto and Takuji Nishimura. It is described in their paper at <URL:http://www.math.keio.ac.jp/~nisimura/random/doc/mt.ps>.