packages feed

mwc-random-0.14.0.0: README.markdown

# Efficient, general purpose pseudo-random number generation
[![Build Status](https://travis-ci.org/Shimuuar/mwc-random.png?branch=master)](https://travis-ci.org/Shimuuar/mwc-random)
[![Build status](https://ci.appveyor.com/api/projects/status/4228vkxje4as3nhw/branch/master)](https://ci.appveyor.com/project/Shimuuar/mwc-random)

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/bos/mwc-random).

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

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

There's also a [Mercurial mirror](http://bitbucket.org/bos/mwc-random):

* `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,
<bos@serpentine.com>.