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

Changelog

haskell-mwc-random (0.13.3.2-1build1) wily; urgency=medium

  * Rebuild for new GHC ABIs.

 -- Colin Watson <email address hidden>  Tue, 30 Jun 2015 17:49:55 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

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-1build1.debian.tar.xz 3.1 KiB b3dd697e452c16f7ea15885d9e394c16e4c3ce85b8b9403c8219cbdc66bd1840
haskell-mwc-random_0.13.3.2-1build1.dsc 2.5 KiB 3abe8ede1b512c42bc80199a6886e28766e159d1502ac505a16a3c137709be48

View changes file

Binary packages built by this source

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

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

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

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

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.