An open API service indexing awesome lists of open source software.

https://github.com/haskell/mwc-random

A very fast Haskell library for generating high quality pseudo-random numbers.
https://github.com/haskell/mwc-random

Last synced: 10 months ago
JSON representation

A very fast Haskell library for generating high quality pseudo-random numbers.

Awesome Lists containing this project

README

          

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

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

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

# Authors

This library is written and maintained by Bryan O'Sullivan,
.