haskell-splitmix 0.1.3.1-ok1 source package in openKylin
Changelog
haskell-splitmix (0.1.3.1-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 01 Jun 2026 19:56:00 +0800
haskell-splitmix (0.1.3.1-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 01 Jun 2026 19:56:00 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | haskell |
| File | Size | SHA-256 Checksum |
|---|---|---|
| haskell-splitmix_0.1.3.1.orig.tar.gz | 21.4 KiB | b6bcd0d79bd4fe40975c8ebe803be2f3bfbf6006069a59745a325a0df3f86270 |
| haskell-splitmix_0.1.3.1-ok1.debian.tar.xz | 2.1 KiB | 665ced14d01ce627cdab0527f71b8b8f85769d469b38fb126c9b9ef094f4be8a |
| haskell-splitmix_0.1.3.1-ok1.dsc | 2.1 KiB | 15885b168c069512fb5d1be54354e6ae94b34d744520f6b0de872fbe486cbb15 |
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://