• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

System/H16-Sep-2014-610296

tests/H16-Sep-2014-5916

.darcs-boringH A D16-Sep-201471 65

.gitignoreH A D16-Sep-2014100 139

.travis.ymlH A D16-Sep-201447 65

CHANGELOG.mdH A D16-Sep-2014893 2721

LICENSEH A D16-Sep-20142.9 KiB6447

README.mdH A D16-Sep-2014924 1913

Setup.hsH A D16-Sep-201487 74

random.cabalH A D03-May-20221.7 KiB7255

README.md

1The Haskell Standard Library -- Random Number Generation
2========================================================
3[![Build Status](https://secure.travis-ci.org/haskell/random.svg?branch=master)](http://travis-ci.org/haskell/random)
4
5This library provides a basic interface for (splittable) random number generators.
6
7The API documentation can be found here:
8
9   http://hackage.haskell.org/package/random/docs/System-Random.html
10
11A module supplying this interface is required for Haskell 98 (but not Haskell
122010). An older [version]
13(http://www.haskell.org/ghc/docs/latest/html/libraries/haskell98/Random.html)
14of this library is included with GHC in the haskell98 package. This newer
15version, with compatible api, is included in the [Haskell Platform]
16(http://www.haskell.org/platform/contents.html).
17
18Please report bugs in the Github [issue tracker] (https://github.com/haskell/random/issues) (no longer in the GHC trac).
19