File: README.markdown

package info (click to toggle)
haskell-mwc-random 0.13.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 160 kB
  • sloc: haskell: 1,066; sh: 8; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 727 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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](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>.