Commit graph

5 commits

Author SHA1 Message Date
wen
5b19c9744a Update to 1.15
Upstream changes:
1.15 2015-11-27
   - Bugfix: should not ignore seed value of 0 (reported by Maxim Tyukov)
   - Exclude MYMETA files from tarball (#108108, reported by Alexandr Ciornii)

1.14 2015-10-19
   - Stricter Kwalitee directory testing (#107821, reported by Slaven Rezi�)
   - Moved some non-essential tests to xt/ (#101282, reported by Slaven Rezi�)

1.13 2013-10-30
    - Changes file as per CPAN::Changes::Spec (#88672, patch by Neil Bowers)

1.12 2013-09-14
    - Improvement of unit tests, restored some as author-side only (#88637)
2016-07-26 06:35:40 +00:00
agc
286ea2536c Add SHA512 digests for distfiles for math category
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-11-03 23:33:26 +00:00
wen
fd66961287 Update to 1.11
Add missing BUILD_DEPENDS

Upstream changes:
1.07 Thu Jan 19 2012
    - synchronised the autoseeding mechanism with that of Math::Random::MT

1.08 Mon May 28 2012
    - synchronised the autoseeding mechanism with that of Math::Random::MT that
      is more elegant and portable

1.09 Mon Jun 4 2012
    - added the irand() function to draw random integers, as in Math::Random::MT

1.10 Mon Aug 6 2012
    - made set_seed() return the seed, as does Math::Random::MT
    - migrated test suite to Test::More and Test::Number::Delta

1.11
    - Improvement of unit tests
2013-08-25 01:40:13 +00:00
sno
8c7f8238a1 Updating math/p5-Math-Random-MT-Perl from 1.05 to 1.06
pkgsrc changes:
  - Adding license definition

Upstream changes:
1.06 Fri Sep 4 2009
    - added ability to automatically and rapidly generate different seeds and
      return it to allow the generation of identical random number series
2009-09-12 21:14:22 +00:00
he
39a7b0fcd2 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.
2008-07-26 20:09:16 +00:00