Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-splitmix | Distribution: openSUSE Tumbleweed |
Version: 0.1.1 | Vendor: openSUSE |
Release: 1.1 | Build date: Thu Dec 19 15:34:52 2024 |
Group: Unspecified | Build host: reproducible |
Size: 106618 | Source RPM: ghc-splitmix-0.1.1-1.1.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).
BSD-3-Clause
* Thu Dec 19 2024 Peter Simons <psimons@suse.com> - Update splitmix to version 0.1.1. [#] 0.1.1 - Drop support for GHCs prior 8.6.5 - Support GHC-9.12 * Tue Apr 02 2024 Peter Simons <psimons@suse.com> - Update splitmix to version 0.1.0.5 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Tue Oct 03 2023 Peter Simons <psimons@suse.com> - Update splitmix to version 0.1.0.5. Upstream has not updated the file "Changelog.md" since the last release. * Thu Mar 30 2023 Peter Simons <psimons@suse.com> - Updated spec file to conform with ghc-rpm-macros-2.5.2. * Sun Jan 15 2023 Peter Simons <psimons@suse.com> - Update splitmix to version 0.1.0.4 revision 2. Upstream has revised the Cabal build instructions on Hackage. * Wed Aug 10 2022 Peter Simons <psimons@suse.com> - Update splitmix to version 0.1.0.4 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Mon Nov 01 2021 psimons@suse.com - Update splitmix to version 0.1.0.4. [#] 0.1.0.4 - Add TestU01 test-suite * Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com> - disable %{ix86} build * Fri Oct 23 2020 psimons@suse.com - Update splitmix to version 0.1.0.3. [#] 0.1.0.3 - Fix oops bugs in 0.1.0.2 - It's lowercase `windows.h`. I blame Microsoft docs for using capital case `Windows.h` in the docs. https://docs.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-getprocessid - accidental `shiftL` vs `shiftR` mixup for 32-bit generator initialization. Doesn't affect Linux. * Tue Oct 20 2020 psimons@suse.com - Update splitmix to version 0.1.0.2. [#] 0.1.0.2 - Drop `time` dependency in favour of handcoded initialization - On Unix platforms we use `/dev/urandom` if it exists, otherwise use `gettimeofday`, `clock` and `getpid`. - On Windows we use `GetCurrentProcessID`, `GetCurrentThreadId()`, `GetTickCount`, `GetSystemTime` and `QueryPerformanceCounter`. - On GHCJS use `Math.random()` - Using `time` is a fallback option (e.g. for Hugs).
/usr/lib64/ghc-9.10.1/lib/libHSsplitmix-0.1.1-EAa9mCaL68g8eLhRvksTNS-ghc9.10.1.so /usr/share/licenses/ghc-splitmix /usr/share/licenses/ghc-splitmix/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 12 01:37:12 2025