haskell-mwc-random 0.13.3.2-3build1 source package in Ubuntu

Changelog

haskell-mwc-random (0.13.3.2-3build1) xenial; urgency=medium

  * Rebuild for new GHC ABIs.

 -- Colin Watson <email address hidden>  Mon, 11 Jan 2016 18:30:14 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Xenial
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-mwc-random_0.13.3.2.orig.tar.gz 21.8 KiB 2cb1e354ec8b31400d14716920f38eedd5161003249deedfd49cda290aae5806
haskell-mwc-random_0.13.3.2-3build1.debian.tar.xz 3.1 KiB 0f165b42b2af892810ad9f1de348198e43d2ba33b5bd8ffe82577ca9bb884a78
haskell-mwc-random_0.13.3.2-3build1.dsc 2.4 KiB 6927c4f6ec05d154eb1bc7882a96d5a4a95cd8b2773439f961c0d5a80e08c89d

View changes file

Binary packages built by this source

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

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

libghc-mwc-random-doc: No summary available for libghc-mwc-random-doc in ubuntu yakkety.

No description available for libghc-mwc-random-doc in ubuntu yakkety.

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.