• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. gRandoms :: (ADTRecord a, Constraints a Random, RandomGen g) => g -> [a]

    one-liner-instances System.Random.OneLiner

    randoms implemented by repeatedly calling gRandom.

  2. getGRandomSum :: GRandomSum a -> a

    one-liner-instances System.Random.OneLiner

    No documentation available.

  3. gRandomSumM :: forall a g m r . (ADT a, Constraints a Random, RandomGenM g r m) => g -> m a

    one-liner-instances System.Random.Stateful.OneLiner

    Uses the Random instance instead of the Uniform instance.

Page 2 of 2 | Previous

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete