haskell-mersenne-random-pure64 0.2.0.3-3 source package in Ubuntu

Changelog

haskell-mersenne-random-pure64 (0.2.0.3-3) unstable; urgency=low


  * Enable compat level 9
  * Bump standards version to 3.9.4
  * Use substvars for Haskell description blurbs

 -- Joachim Breitner <email address hidden>  Fri, 24 May 2013 12:51:23 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
haskell-mersenne-random-pure64_0.2.0.3-3.dsc 1.8 KiB 657b0e29d526b077460b9ffb1b4a1cd11b8925ee8486d1264103f7df8f67ffa9
haskell-mersenne-random-pure64_0.2.0.3.orig.tar.gz 8.6 KiB 1fe7174cad1763875d5ac9ee00c48098d97f2ae8d347ba09a0aad8136873d233
haskell-mersenne-random-pure64_0.2.0.3-3.debian.tar.gz 2.6 KiB 1d83d2502523d801ab35c69bfff3c10ddefd57dea4bf4c162b2315f05a53b131

Available diffs

No changes file available.

Binary packages built by this source

libghc-mersenne-random-pure64-dev: No summary available for libghc-mersenne-random-pure64-dev in ubuntu saucy.

No description available for libghc-mersenne-random-pure64-dev in ubuntu saucy.

libghc-mersenne-random-pure64-doc: No summary available for libghc-mersenne-random-pure64-doc in ubuntu utopic.

No description available for libghc-mersenne-random-pure64-doc in ubuntu utopic.

libghc-mersenne-random-pure64-prof: Fast pure pseudorandom number generator; profiling libraries

 The Mersenne twister is a pseudorandom number generator developed by Makoto
 Matsumoto and Takuji Nishimura that is based on a matrix linear recurrence
 over a finite binary field. It provides for fast generation of very high
 quality pseudorandom numbers.
 .
 This library provides a purely functional binding to the 64 bit classic
 mersenne twister, along with instances of RandomGen, so the generator can be
 used with System.Random. The generator should typically be a few times faster
 than the default StdGen (but a tad slower than the impure 'mersenne-random'
 library based on SIMD instructions and destructive state updates.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.