           SPELL=haskell-splitmix
         VERSION=0.1.3.2
          SOURCE="splitmix-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/splitmix-${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:56ce1e6a8cf17df4c5f808dfc78f74d35f477c43a23155546ed089d99c87c0bd98e2084bed85b750d451b1c5f46920a8013c3736da55a9336332c5dfba3b768e
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/splitmix-${VERSION}"
        WEB_SITE="https://hackage.haskell.org/package/splitmix"
      LICENSE[0]=BSD3
         ENTERED=20260817
           SHORT="Fast Splittable PRNG"
cat << EOF
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.
EOF
