haskell-mwc-random 0.13.6.0-1 source package in Ubuntu

Changelog

haskell-mwc-random (0.13.6.0-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <email address hidden>  Sat, 17 Jun 2017 15:06:51 -0400

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
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.6.0-1.dsc 2.6 KiB 428222a95db6d09a9c41c0a1c47fc6566426e4c4c15cb746b867e9ce4e668d46
haskell-mwc-random_0.13.6.0.orig.tar.gz 22.7 KiB 065f334fc13c057eb03ef0b6aa3665ff193609d9bfcad8068bdd260801f44716
haskell-mwc-random_0.13.6.0-1.debian.tar.xz 3.2 KiB cc492ff12b5a965c5345f2b083e854aa2bcc01cba29f8821117813f203a8572d

No changes file available.

Binary packages built by this source

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

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

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.