Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ghc-splitmix-0.0.4-lp152.1.2 RPM for aarch64

From OpenSuSE Ports Leap 15.2 for aarch64

Name: ghc-splitmix Distribution: openSUSE Leap 15.2
Version: 0.0.4 Vendor: openSUSE
Release: lp152.1.2 Build date: Thu May 21 22:11:54 2020
Group: Unspecified Build host: obs-arm-8
Size: 138690 Source RPM: ghc-splitmix-0.0.4-lp152.1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://hackage.haskell.org/package/splitmix
Summary: Fast Splittable PRNG
Pure Haskell implementation of SplitMix described in

Guy L. Steele, Jr., Doug Lea, and Christine H. Flood. 2014. Fast splittable
pseudorandom number generators. In Proceedings of the 2014 ACM International
Conference on Object Oriented Programming Systems Languages & Applications
(OOPSLA '14). ACM, New York, NY, USA, 453-472. DOI:
<https://doi.org/10.1145/2660193.2660195>

The paper describes a new algorithm /SplitMix/ for /splittable/ pseudorandom
number generator that is quite fast: 9 64 bit arithmetic/logical operations per
64 bits generated.

/SplitMix/ is tested with two standard statistical test suites (DieHarder and
TestU01, this implementation only using the former) and it appears to be
adequate for "everyday" use, such as Monte Carlo algorithms and randomized data
structures where speed is important.

In particular, 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).

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Feb 27 2020 psimons@suse.com
  - Update splitmix to version 0.0.4.
    Upstream has edited the change log file since the last release in
    a non-trivial way, i.e. they did more than just add a new entry
    at the top. You can review the file at:
    http://hackage.haskell.org/package/splitmix-0.0.4/src/Changelog.md
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
  - Drop obsolete group attributes.
* Wed Jul 31 2019 psimons@suse.com
  - Update splitmix to version 0.0.3.
    [#] 0.0.3
    - Add `System.Random.SplitMix32` module
    - Add `bitmaskWithRejection32` and `bitmaskWithRejection64` module
    - Add `nextWord32`, `nextTwoWord32` and `nextFloat`
    - Add `random` flag, dropping dependency on `random`
      (breaks things, e.g. `QuickCheck`, when disabled).
* Thu Mar 28 2019 psimons@suse.com
  - Add splitmix at version 0.0.2.

Files

/usr/lib64/ghc-8.10.1/splitmix-0.0.4
/usr/lib64/ghc-8.10.1/splitmix-0.0.4/libHSsplitmix-0.0.4-2Bc7Nid1KzS7mlR9cbOxHm-ghc8.10.1.so
/usr/share/licenses/ghc-splitmix
/usr/share/licenses/ghc-splitmix/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:09:08 2024