haskell-mersenne-random-pure64 0.2.2.0-3build1 source package in Ubuntu

Changelog

haskell-mersenne-random-pure64 (0.2.2.0-3build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Sat, 03 Aug 2019 14:53:44 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
haskell-mersenne-random-pure64_0.2.2.0.orig.tar.gz 7.0 KiB ef1400ddc1ddafb0b98d4331a58bdbe3b5209a81579e17f85f180731a96d75d1
haskell-mersenne-random-pure64_0.2.2.0-3build1.debian.tar.xz 3.3 KiB d8ebc04e5a95be391e9abfc2fddae77499fb34885e7c270cd48081758452790f
haskell-mersenne-random-pure64_0.2.2.0-3build1.dsc 2.6 KiB a4bf5f225b19f3fda8d5ee528c3adae602b1daa8645c438227f695ba99f88450

View changes file

Binary packages built by this source

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

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

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

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

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.