Hoogle Search

Within LTS Haskell 22.21 (ghc-9.6.5)

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

  1. getStdGen :: MonadIO m => m StdGen

    random System.Random

    Gets the global pseudo-random number generator. Extracts the contents of globalStdGen

  2. getStdGen :: IO MTGen

    mersenne-random System.Random.Mersenne

    Gets the global random number generator.

Page 1 of 1