haskell-mwc-random 0.14.0.0-1build1 source package in Ubuntu

Changelog

haskell-mwc-random (0.14.0.0-1build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Thu, 08 Aug 2019 13:49:08 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Eoan
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-mwc-random_0.14.0.0.orig.tar.gz 19.2 KiB 00370edaa60a51c86663868ecc2b1995824970001875cec458e9acc13511efa2
haskell-mwc-random_0.14.0.0-1build1.debian.tar.xz 3.6 KiB 55546bcc5731efab818fc254358b0f0311952852285b4ee1ffb4984871e924c2
haskell-mwc-random_0.14.0.0-1build1.dsc 2.5 KiB ef8dc1e7aa358a27cd6c3fc8cd7c117039dca44064b9df8bc351e88d98bc9581

View changes file

Binary packages built by this source

libghc-mwc-random-dev: No summary available for libghc-mwc-random-dev in ubuntu eoan.

No description available for libghc-mwc-random-dev in ubuntu eoan.

libghc-mwc-random-doc: Fast, high quality pseudo random number generation; documentation

 This package contains code for generating high quality random numbers that
 follow either a uniform or normal distribution. The generated numbers are
 suitable for use in statistical applications.
 .
 The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222)
 multiply-with-carry generator, which has a period of 2^8222 and fares well in
 tests of randomness. It is also extremely fast, between 2 and 3 times faster
 than the Mersenne Twister.
 .
 Compared to the mersenne-random package, this package has a more convenient
 API, is faster, and supports more statistical distributions.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-mwc-random-prof: Fast, high quality pseudo random number generation; profiling libraries

 This package contains code for generating high quality random numbers that
 follow either a uniform or normal distribution. The generated numbers are
 suitable for use in statistical applications.
 .
 The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222)
 multiply-with-carry generator, which has a period of 2^8222 and fares well in
 tests of randomness. It is also extremely fast, between 2 and 3 times faster
 than the Mersenne Twister.
 .
 Compared to the mersenne-random package, this package has a more convenient
 API, is faster, and supports more statistical distributions.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.