An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

splitmix

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).

Ecosystem
hackage.haskell.org
Latest Release
0.1.3
8 months ago
Versions
17
Downloads
62,216 total
Dependent Packages
12
Dependent Repos
47
wai-feature-flags 0.1.0.8
Please see the README at https://github.com/jwoudenberg/wai-feature-flags.
9 versions - Latest release: about 2 years ago - 1 dependent package - 6 dependent repositories - 1.23 thousand downloads total - 3 stars on GitHub - 2 maintainers
disco 0.1.6
Disco is a simple functional programming language for use in teaching discrete math. Its syntax ...
9 versions - Latest release: about 2 years ago - 1 dependent package - 1 dependent repositories - 802 downloads total - 1 maintainer
falsify 0.2.0
3 versions - Latest release: over 2 years ago - 2 dependent packages - 1 dependent repositories - 635 downloads total - 1 maintainer
Top 0.9% on hackage.haskell.org
QuickCheck 2.14.3
QuickCheck is a library for random testing of program properties. The programmer provides a speci...
64 versions - Latest release: over 2 years ago - 246 dependent packages - 7,326 dependent repositories - 444 thousand downloads total - 755 stars on GitHub - 4 maintainers
hanabi-dealer 0.15.1.1
23 versions - Latest release: over 3 years ago - 1 dependent package - 7.11 thousand downloads total - 1 maintainer
Past Dependents
Include Past Dependents

Check this option to include packages that no longer depend on this package in their latest version but previously did.

Links
Registry hackage.haskell.org
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:hackage/splitmix
spec
License BSD-3-Clause
First Release over 8 years ago
Last Synced about 1 month ago
Repository
Docker Dependents 2
Docker Downloads 89
Rankings on hackage.haskell.org
Overall Top 3.5%
Downloads Top 2.4%
Dependent packages Top 2.4%
Dependent repos Top 7.7%
Docker downloads Top 1.3%