https://github.com/haskell/random
Random number library
https://github.com/haskell/random
Last synced: 12 months ago
JSON representation
Random number library
- Host: GitHub
- URL: https://github.com/haskell/random
- Owner: haskell
- License: other
- Created: 2011-06-27T18:08:36.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-03-04T22:41:19.000Z (about 1 year ago)
- Last Synced: 2025-03-29T09:08:46.266Z (12 months ago)
- Language: Haskell
- Homepage:
- Size: 5.62 MB
- Stars: 56
- Watchers: 16
- Forks: 53
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# The Haskell Standard Library
## Random Number Generation
### Status
| Language | Github Actions | Coveralls |
|:--------:|:--------------:|:---------:|
|  | [](https://github.com/haskell/random/actions/workflows/ci.yaml) | [](https://coveralls.io/github/haskell/random?branch=master)
| Github Repo | Hackage | Nightly | LTS |
|:-------------------|:-------:|:-------:|:---:|
| [`random`](https://github.com/haskell/random)| [](https://hackage.haskell.org/package/random)| [](https://www.stackage.org/nightly/package/random)| [](https://www.stackage.org/lts/package/random)
### Description
This library provides a basic interface for (splittable) pseudo-random number
generators.
The API documentation can be found here:
> http://hackage.haskell.org/package/random/docs/System-Random.html
An [older version][haskell98-version] of this library is included with GHC in
the `haskell98` package. This newer version is included in the [Haskell
Platform][haskell-platform].
Please report bugs in the [GitHub issue tracker][issue-tracker] (no longer in
the GHC trac).
[haskell-platform]: http://www.haskell.org/platform/contents.html
[haskell98-version]: https://downloads.haskell.org/~ghc/7.6.3/docs/html/libraries/haskell98/Random.html
[issue-tracker]: https://github.com/haskell/random/issues