packages feed

mwc-random-0.15.0.2: README.markdown

# Efficient, general purpose pseudo-random number generation
[![Build
Status](https://github.com/haskell/mwc-random/workflows/Haskell-CI/badge.svg)](https://github.com/haskell/mwc-random/actions)

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](http://github.com/haskell/mwc-random).

Master git [git repository](http://github.com/haskell/mwc-random):

* `git clone git://github.com/bos/mwc-random.git`


# Authors

This library is written and maintained by Bryan O'Sullivan,
<bos@serpentine.com>.