random: random number library

[ bsd3, library, system ] [ Propose Tags ]

This package provides a basic random number generation library, including the ability to split random number generators.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.0, 1.0.0.1, 1.0.0.2, 1.0.0.3, 1.0.1.0, 1.0.1.1, 1.0.1.3, 1.1, 1.2.0, 1.2.1, 1.2.1.1, 1.2.1.2 (info)
Change log CHANGELOG.md
Dependencies base (>=3 && <5), time [details]
License BSD-3-Clause
Author
Maintainer carter dot schonwald at google mail dot com
Revised Revision 1 made by CarterSchonwald at 2017-01-25T19:46:35Z
Category System
Bug tracker https://github.com/haskell/random/issues
Source repo head: git clone http://git.haskell.org/packages/random.git
Uploaded by EdwardKmett at 2014-09-16T21:34:46Z
Distributions Arch:1.2.1.2, Debian:1.1, Fedora:1.2.1.1, FreeBSD:1.1, LTSHaskell:1.2.1.2, NixOS:1.2.1.1, Stackage:1.2.1.2, openSUSE:1.2.1.2
Reverse Dependencies 1011 direct, 9381 indirect [details]
Downloads 431046 total (493 in the last 30 days)
Rating 2.5 (votes: 5) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for random-1.1

[back to package description]

The Haskell Standard Library -- Random Number Generation

Build Status

This library provides a basic interface for (splittable) random number generators.

The API documentation can be found here:

http://hackage.haskell.org/package/random/docs/System-Random.html

A module supplying this interface is required for Haskell 98 (but not Haskell 2010). An older [version] (http://www.haskell.org/ghc/docs/latest/html/libraries/haskell98/Random.html) of this library is included with GHC in the haskell98 package. This newer version, with compatible api, is included in the [Haskell Platform] (http://www.haskell.org/platform/contents.html).

Please report bugs in the Github [issue tracker] (https://github.com/haskell/random/issues) (no longer in the GHC trac).