Ecosyste.ms: Packages

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

Top 3.5% on hackage.haskell.org
Top 2.4% downloads on hackage.haskell.org
Top 2.4% dependent packages on hackage.haskell.org
Top 7.7% dependent repos on hackage.haskell.org
Top 1.3% docker downloads on hackage.haskell.org

hackage.haskell.org : 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).

Registry - JSON
purl: pkg:hackage/splitmix
Keywords: bsd3, library, random, system
License: BSD-3-Clause
Latest release: about 4 years ago
First release: almost 7 years ago
Dependent packages: 12
Dependent repositories: 47
Downloads: 57,253 total
Docker dependents: 2
Docker downloads: 89
Last synced: 2 days ago

    Loading...
    Readme
    Loading...