Skip to content

haskell/random

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d5e0ecb · Mar 4, 2025
Jan 6, 2025
Oct 27, 2024
Jan 6, 2025
Jan 6, 2025
Mar 4, 2025
Apr 22, 2023
Mar 15, 2022
Jan 6, 2025
Jul 29, 2024
Jan 6, 2025
May 19, 2007
Oct 29, 2023
Jun 23, 2020
Jan 5, 2025
Nov 26, 2023
Dec 14, 2024
Dec 14, 2024
Nov 26, 2023
Dec 14, 2024

Repository files navigation

The Haskell Standard Library

Random Number Generation

Status

Language Github Actions Coveralls
GitHub top language Build Status Coverage Status
Github Repo Hackage Nightly LTS
random Hackage Nightly LTS

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 of this library is included with GHC in the haskell98 package. This newer version is included in the Haskell Platform.

Please report bugs in the GitHub issue tracker (no longer in the GHC trac).