haskell-splitmix 0.1.0.4-1build1 source package in Ubuntu

Changelog

haskell-splitmix (0.1.0.4-1build1) kinetic; urgency=medium

  * No-change rebuild for new ghc

 -- Steve Langasek <email address hidden>  Tue, 23 Aug 2022 02:40:56 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-splitmix_0.1.0.4.orig.tar.gz 21.9 KiB 6d065402394e7a9117093dbb4530a21342c9b1e2ec509516c8a8d0ffed98ecaa
haskell-splitmix_0.1.0.4-1build1.debian.tar.xz 2.4 KiB 88a5abd2c9dcefbedcc11da252df8c15bccd15cf4b3191ad2ffb7b0421d0f6c0
haskell-splitmix_0.1.0.4-1build1.dsc 2.2 KiB b2c8221abe7e413676f3d451cfd29cee7afd5d0d25e2aba993ff925de2a3160a

View changes file

Binary packages built by this source

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

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

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

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

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.