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

Hoogle Search

Within LTS Haskell 24.1 (ghc-9.10.2)

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

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

    one-liner-instances System.Random.OneLiner

    randomRs implemented by repeatedly calling gRandomRSum. If given a range of items made with different constructors, will be error!

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

    one-liner-instances System.Random.OneLiner

    randomRs implemented by repeatedly calling gRandomR.

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

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

    Uses the Random instance instead of the Uniform instance.

  4. gRandomRSumM :: forall a g m r . (ADT a, Constraints a Random, RandomGenM g r m) => (a, a) -> 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