Package ghc8.6.4-splitmix: Information

    Binary package: ghc8.6.4-splitmix
    Version: 0.0.5-alt2
    Architecture: i586
    Build time:  Aug 25, 2023, 01:18 AM in the task #326169
    Source package: ghc8.6.4-splitmix
    Report package bug
    License: BSD3
    Summary: Fast Splittable PRNG
    Description: 
    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).

    Maintainer: Denis Smirnov

    List of contributors:
    Anton Zhukharev
    Denis Smirnov

    ACL:
    Anton Zhukharev
    @everybody

    Last changed


    Aug. 17, 2023 Anton Zhukharev 0.0.5-alt2
    - Fixed FTBFS.
    June 21, 2020 Denis Smirnov 0.0.5-alt1
    - Spec created by cabal2rpm 0.20_10