haskell-mersenne-random-pure64 0.2.2.0-1 source package in Ubuntu

Changelog

haskell-mersenne-random-pure64 (0.2.2.0-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <email address hidden>  Thu, 06 Jul 2017 19:41:20 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
haskell-mersenne-random-pure64_0.2.2.0-1.dsc 2.7 KiB 2b849d1c953c12168932459a5b8ee08e8f92eada917a510d7ecf84170e8294a1
haskell-mersenne-random-pure64_0.2.2.0.orig.tar.gz 7.0 KiB ef1400ddc1ddafb0b98d4331a58bdbe3b5209a81579e17f85f180731a96d75d1
haskell-mersenne-random-pure64_0.2.2.0-1.debian.tar.xz 2.9 KiB ed32fb14ea602c348f2b5c0d771a069c06bd266fbad974fa8aff519dd9403b8c

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 artful.

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

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

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

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.