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).
hackage.haskell.org
0.1.3
8 months ago
17
62,216 total
12
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 maintainerQuickCheck 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 maintainerPast 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 |