haskell-mersenne-random 1.0.0.1-5 source package in Ubuntu

Changelog

haskell-mersenne-random (1.0.0.1-5) unstable; urgency=low


  * Move Haskell blurb to the end of the description, reduces the impact
    of #708703

 -- Joachim Breitner <email address hidden>  Sat, 25 May 2013 23:52:29 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-mersenne-random_1.0.0.1-5.dsc 1.7 KiB 1f860cb8c9881364c7228ee34209d283559fcde047c52a38ca4fe364be965b9e
haskell-mersenne-random_1.0.0.1.orig.tar.gz 18.9 KiB bcee8af246b6967b0c4326f3eec57611818dacc729b7c6bd42e1d363f9f878a4
haskell-mersenne-random_1.0.0.1-5.debian.tar.gz 2.7 KiB 1e7317b90f70c82fdad778fa26846c1fbd93667b67c9fe3a93184f37f5195898

No changes file available.

Binary packages built by this source

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

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

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

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

libghc-mersenne-random-prof: SIMD Fast Mersenne Twister generator of pseudo-random numbers; 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 pseudo-random numbers.
 .
 This library uses SFMT, the SIMD-oriented Fast Mersenne Twister, a variant
 of Mersenne Twister that is much faster than the original.
 .
 By default the period of the function is 2^19937-1. Note that this algorithm
 on its own is not cryptographically secure.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.