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.
- Host: GitHub
- URL: https://github.com/haskell/mwc-random
- Owner: haskell
- License: bsd-2-clause
- Created: 2010-10-10T17:45:23.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2025-01-18T14:51:49.000Z (about 1 year ago)
- Last Synced: 2025-05-08T15:42:55.681Z (11 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/mwc-random
- Size: 333 KB
- Stars: 55
- Watchers: 6
- Forks: 26
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Efficient, general purpose pseudo-random number generation
[](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,
.