File: README.md

package info (click to toggle)
haskell-random 1.2.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 296 kB
  • sloc: haskell: 2,696; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 1,891 bytes parent folder | download | duplicates (2)
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
28
29
30
31
32
33
# The Haskell Standard Library

## Random Number Generation

### Status

| Language | Github Actions | Drone.io | Coveralls |
|:--------:|:--------------:|:--------:|:---------:|
| ![GitHub top language](https://img.shields.io/github/languages/top/haskell/random.svg) | [![Build Status](https://github.com/haskell/random/workflows/random-CI/badge.svg)](https://github.com/haskell/random/actions) | [![Build Status](https://cloud.drone.io/api/badges/haskell/random/status.svg?ref=refs/heads/master)](https://cloud.drone.io/haskell/random/) | [![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