name:                 mwc-random
version:              0.15.2.0
visibility:           public
id:                   mwc-random-0.15.2.0-CLuKI5vDZRcA6cbWQptmRU
key:                  mwc-random-0.15.2.0-CLuKI5vDZRcA6cbWQptmRU
license:              BSD-2-Clause
copyright:            2009, 2010, 2011 Bryan O'Sullivan
maintainer:           Alexey Khudyakov <alexey.skladnoy@gmail.com>
author:               Bryan O'Sullivan <bos@serpentine.com>
homepage:             https://github.com/haskell/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:                  56f895ab7bdfe5dfefca1f054885d6ba
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.10.1/mwc-random-0.15.2.0-CLuKI5vDZRcA6cbWQptmRU

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/mwc-random-0.15.2.0-CLuKI5vDZRcA6cbWQptmRU

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/mwc-random-0.15.2.0-CLuKI5vDZRcA6cbWQptmRU

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/mwc-random-0.15.2.0

hs-libraries:         HSmwc-random-0.15.2.0-CLuKI5vDZRcA6cbWQptmRU
depends:
    base-4.20.0.0-inplace math-functions-0.3.4.4-3b8GFIUTw2e3xBvSmLomv4
    primitive-0.9.0.0-E3mDWyaMF4OIki7z5jah63
    random-1.3.0-23BW6tricnOKWC1NYRlV2o time-1.12.2-inplace
    vector-0.13.2.0-IQjxDWDvdFJE3A4jpN00x9

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

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/mwc-random-0.15.2.0/html
