libmath-random-mt-perl 1.17-2 source package in Ubuntu

Changelog

libmath-random-mt-perl (1.17-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/control: update Build-Depends for cross builds.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 19:06:26 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libmath-random-mt-perl_1.17-2.dsc 2.1 KiB c982d37e0c8e758a6f244530e29aa2a4bfdb9dbb0415c36f2c0c4dc273832963
libmath-random-mt-perl_1.17.orig.tar.gz 11.7 KiB 069a1d98a619cba1f1ab91fbd6edceb642e84e7d162c4f0e2442139037b5b0da
libmath-random-mt-perl_1.17-2.debian.tar.xz 4.1 KiB bf6c4f356c5a8481dfcd005d1a3c76eb93ed8a014bb1190d1965bc7da2251e3f

No changes file available.

Binary packages built by this source

libmath-random-mt-perl: Perl implementation of the Mersenne Twister algorithm

 Math::Random::MT provides an implementation of the Mersenne Twister
 pseudorandom number generator algorithm developed by Makoto Matsumoto
 and Takuji Nishimura.
 .
 It is related to but a different algorithm than a previous work by
 the same authors - the TT800 algorithm, which keeps less state data
 (MT uses 624 numbers compared to TT800's 25). Consequently, the
 period is much larger - 2^19937-1 compared to TT800's 2^800-1. For
 comparison, ISAAC's period is 2^8295 values on average.
 .
 For more information, peruse M. Matsumoto and T. Nishimura's paper:
 <URL:http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/ARTICLES/mt.pdf>.

libmath-random-mt-perl-dbgsym: debug symbols for libmath-random-mt-perl