haskell-splitmix 0.0.2-ok1 source package in openKylin
Changelog
haskell-splitmix (0.0.2-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
haskell-splitmix (0.0.2-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
haskell-splitmix_0.0.2.orig.tar.gz | 9.6 KiB | e6abb71ab9c1daeb35262523f23adf7d5d70dfbf097ec40caf91b35866a43bf9 |
haskell-splitmix_0.0.2-ok1.debian.tar.xz | 2.2 KiB | c7342f3384d6dc0e03c40c0becc43bbcdfe2ff8378cafdcfa92bc0b8e20065a5 |
haskell-splitmix_0.0.2-ok1.dsc | 2.5 KiB | a945f4414af7c83a4721eaf9dcdc82d79998b4db3d8fe981c432d5ab3652437d |
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://
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://
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://