# The Haskell Standard Library ## Random Number Generation ### MHS version This a fork of the `random` package to be able to compile it with MicroHs. The `random` package maintainers do not want to make these changes. The package still works with GHC. ### 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