File: README.md

package info (click to toggle)
haskell-mwc-random 0.15.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 388 kB
  • sloc: haskell: 1,333; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 686 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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,
<bos@serpentine.com>.