name:                 mwc-random
version:              0.15.0.2
visibility:           public
id:                   mwc-random-0.15.0.2-C1CBb8ckRx9AUin91RSGz5
key:                  mwc-random-0.15.0.2-C1CBb8ckRx9AUin91RSGz5
license:              BSD-3-Clause
copyright:            2009, 2010, 2011 Bryan O'Sullivan
maintainer:           Bryan O'Sullivan <bos@serpentine.com>
author:               Bryan O'Sullivan <bos@serpentine.com>
homepage:             https://github.com/bos/mwc-random
synopsis:             Fast, high quality pseudo random number generation
description:
    This package contains code for generating high quality random
    numbers that follow either a uniform or normal distribution.  The
    generated numbers are suitable for use in statistical applications.

    The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222)
    multiply-with-carry generator, which has a period of 2^8222 and
    fares well in tests of randomness.  It is also extremely fast,
    between 2 and 3 times faster than the Mersenne Twister.

    Compared to the mersenne-random package, this package has a more
    convenient API, is faster, and supports more statistical
    distributions.

category:             Math, Statistics
abi:                  b04b5e895469c0756af398763bc908e1
exposed:              True
exposed-modules:
    System.Random.MWC System.Random.MWC.CondensedTable
    System.Random.MWC.Distributions System.Random.MWC.SeedSource

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/mwc-random-0.15.0.2-C1CBb8ckRx9AUin91RSGz5

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/mwc-random-0.15.0.2-C1CBb8ckRx9AUin91RSGz5

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/mwc-random-0.15.0.2-C1CBb8ckRx9AUin91RSGz5

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.8.2/mwc-random-0.15.0.2
hs-libraries:         HSmwc-random-0.15.0.2-C1CBb8ckRx9AUin91RSGz5
depends:
    base-4.19.1.0-inplace math-functions-0.3.4.4-1lJnetaQ3dcFGUbfOsKxI6
    primitive-0.9.0.0-3Z6MZnSLD38BpiHT3vTCWH
    random-1.2.1.2-AnlDmaF5WL346hMm1YccNe time-1.12.2-inplace
    vector-0.13.1.0-K9L0R0MUB9huYC6wi7vj

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/mwc-random-0.15.0.2/html/mwc-random.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/mwc-random-0.15.0.2/html
