name:                 splitmix
version:              0.1.1
visibility:           public
id:                   splitmix-0.1.1-EHhrmgvLIdE5MespWqgODX
key:                  splitmix-0.1.1-EHhrmgvLIdE5MespWqgODX
license:              BSD-3-Clause
maintainer:           Oleg Grenrus <oleg.grenrus@iki.fi>
synopsis:             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).

category:             System, Random
abi:                  8d5e1ce0ba31e0794b440d4accc8eaa2
exposed:              True
exposed-modules:      System.Random.SplitMix System.Random.SplitMix32
hidden-modules:       Data.Bits.Compat System.Random.SplitMix.Init
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/splitmix-0.1.1-EHhrmgvLIdE5MespWqgODX

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/splitmix-0.1.1-EHhrmgvLIdE5MespWqgODX

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/splitmix-0.1.1-EHhrmgvLIdE5MespWqgODX

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/splitmix-0.1.1
hs-libraries:         HSsplitmix-0.1.1-EHhrmgvLIdE5MespWqgODX
depends:              base-4.20.0.0-inplace deepseq-1.5.0.0-inplace
haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/splitmix-0.1.1/html/splitmix.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/splitmix-0.1.1/html
