This version can be pinned in stack with:mwc-random-0.13.5.0@sha256:8928cbbc51c98ad6078e71a97fdeb847b958a93380d421e47801d0f8292e5270,2327
Module documentation for 0.13.5.0
Used by 17 packages in
nightly-2017-03-04 (full list with versions ) :
clustering ,
conduit-combinators ,
cql-io ,
criterion ,
engine-io ,
foldl ,
metrics ,
monad-par ,
mwc-probability ,
pipes-random ,
rng-utils ,
sampling ,
Spintax ,
statistics ,
uncertain ,
vector-algorithms ,
yesod-core Efficient, general purpose pseudo-random number generation
This package provides the System.Random.MWC module, a Haskell library
for generating high-quality pseudo-random numbers in a space- and
time-efficient way.
Get involved!
Please report bugs via the
github issue tracker .
Master git git repository :
git clone git://github.com/bos/mwc-random.git
There’s also a Mercurial mirror :
hg clone http://bitbucket.org/bos/mwc-random
(You can create and contribute changes using either Mercurial or git.)
Authors
This library is written and maintained by Bryan O’Sullivan,
[email protected] .
Changes in 0.13.5.0
Changes in 0.13.4.0
withSystemRandom
uses RtlGenRandom for seeding generator on windows
Changes in 0.13.3.1
primitive-0.6 compatibility
Changes in 0.13.3.0
Changes in 0.13.2.2
Fixed crash during gen. initialization on Windows when stderr
is not available (#36).
Changes in 0.13.2.0
Generators for beta, Bernoully, Dirichlet and categorical distributions
added.
Functions for generating random shuffles added.
Changes in 0.13.1.2
Changes in 0.13.1.1
Long standing performance problem in normal distribution fixed (#16)
Changes in 0.13.1.0
Changes in 0.13.0.0
Changes in 0.12.0.0
Stackage is a service provided by the
Haskell Foundation
│ Originally developed by
FP Complete