haskell-splitmix 0.1.0.4-ok1 source package in openKylin

Changelog

haskell-splitmix (0.1.0.4-ok1) yangtze; urgency=low

  * Initial release.

 -- Luoyaoming <email address hidden>  Tue, 08 Nov 2022 16:14:15 +0800

Upload details

Uploaded by:
luoyaoming
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
any all
Section:
haskell
Urgency:
Low Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main haskell
Yangtze V1.0 proposed main haskell

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-ok1.debian.tar.xz 2.5 KiB 1ca65a5186f1bc72d0dd2f0686459e2a27f58dd2f28bd1ab0aa88ba98c703e88
haskell-splitmix_0.1.0.4-ok1.dsc 2.0 KiB b564b2638b1e38e678c9d4b494cfec2dc166d76a89750b076dd55470a8a074b7

Available diffs

View changes file

Binary packages built by this source

libghc-splitmix-dev: fast splittable PRNG

 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.
 See http://www.haskell.org/ for more information on Haskell.

libghc-splitmix-doc: fast splittable PRNG; documentation

 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 the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

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.