Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskell/random
Random number library
https://github.com/haskell/random
Last synced: about 1 month 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 13 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T19:49:46.000Z (9 months ago)
- Last Synced: 2024-04-16T00:49:07.311Z (7 months ago)
- Language: Haskell
- Homepage:
- Size: 5.6 MB
- Stars: 52
- Watchers: 17
- Forks: 115
- Open Issues: 14
-
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 |
|:--------:|:--------------:|:---------:|
| ![GitHub top language](https://img.shields.io/github/languages/top/haskell/random.svg) | [![Build Status](https://github.com/haskell/random/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/haskell/random/actions/workflows/ci.yaml) | [![Coverage Status](https://coveralls.io/repos/github/haskell/random/badge.svg?branch=master)](https://coveralls.io/github/haskell/random?branch=master)| Github Repo | Hackage | Nightly | LTS |
|:-------------------|:-------:|:-------:|:---:|
| [`random`](https://github.com/haskell/random)| [![Hackage](https://img.shields.io/hackage/v/random.svg)](https://hackage.haskell.org/package/random)| [![Nightly](https://www.stackage.org/package/random/badge/nightly)](https://www.stackage.org/nightly/package/random)| [![LTS](https://www.stackage.org/package/random/badge/lts)](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