haskell-splitmix 0.0.2-2 source package in Ubuntu

Changelog

haskell-splitmix (0.0.2-2) unstable; urgency=medium

  * Gratuitous sourceful post-NEW upload.

 -- Clint Adams <email address hidden>  Sat, 31 Aug 2019 12:58:25 -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
Focal release universe misc

Downloads

File Size SHA-256 Checksum
haskell-splitmix_0.0.2-2.dsc 2.7 KiB 2442dc3643b469a448689ba85cf76a034644ab9ce465ae291b43ac2cfecbd90c
haskell-splitmix_0.0.2.orig.tar.gz 9.6 KiB e6abb71ab9c1daeb35262523f23adf7d5d70dfbf097ec40caf91b35866a43bf9
haskell-splitmix_0.0.2-2.debian.tar.xz 2.3 KiB 596d37279dc02d09c8947f6181f3f9d15a76014b2e2e4b540e69893112355923

Available diffs

No changes file available.

Binary packages built by this source

libghc-splitmix-dev: No summary available for libghc-splitmix-dev in ubuntu eoan.

No description available for libghc-splitmix-dev in ubuntu eoan.

libghc-splitmix-doc: No summary available for libghc-splitmix-doc in ubuntu eoan.

No description available for libghc-splitmix-doc in ubuntu eoan.

libghc-splitmix-prof: Fast Splittable PRNG; profiling libraries

 Pure Haskell implementation of SplitMix, a splittable
 pseudorandom number generator that is quite fast.
 .
 It should not be used for cryptographic or security applications,
 because generated sequences of pseudorandom values are too predictable
 (the mixing functions are easily inverted, and two successive outputs
 suffice to reconstruct the internal state).
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.