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

Changelog

haskell-mwc-random (0.10.0.1-1) unstable; urgency=low


  * New upstream release.
  * Update copyright years and Source URL.
  * Bump libghc-vector-dev dependency to >= 0.6.0.2.
  * Add myself to Uploaders.
  * Add DM-Upload-Allowed: yes.
  * Bump Standards-Version to 3.9.2; no changes required.

 -- Iulian Udrea <email address hidden>  Thu, 01 Sep 2011 17:14:01 +0100

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any
Section:
haskell
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-mwc-random_0.10.0.1-1.dsc 1.7 KiB 1609e6dd2bdc591098ed7508f6e3ebb0154b4396bffe8cbb7fb9d79f10f661de
haskell-mwc-random_0.10.0.1.orig.tar.gz 10.8 KiB 2b71ead999eee3be3d5fe1302245e635d133da8a56f8f17a16ee149741a2b356
haskell-mwc-random_0.10.0.1-1.debian.tar.gz 2.5 KiB 2c10861aeacab98d4cfd97ebf924d7e9b5c775b63f8ee96777b3ea869ce1fd9e

No changes file available.

Binary packages built by this source

libghc-mwc-random-dev: Fast, high quality pseudo random number generation

 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.
 .
 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.

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

 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.
 .
 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.

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

 This package provides a library for the Haskell programming language,
 compiled for profiling.
 See http://www.haskell.org/ for more information on Haskell.
 .
 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.