Hoogle Search
Within LTS Haskell 23.20 (ghc-9.8.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
random System.Random RandomGen is an interface to pure pseudo-random number generators. StdGen is the standard RandomGen instance provided by this library.
-
tf-random System.Random.TF.Gen Alternative RandomGen class with a modified next operation, and added splitn and level operations. Using the generator requires that no more than one operation is called on the same generator state, as the implementation does not guarantee pseudorandomness otherwise. As an exception, calling splitn many times on the same generator state is allowed as long as the 'bits' argument is the same for all the calls.
class (RandomGen r, StatefulGen g m) =>
RandomGenM g r (m :: Type -> Type) | g -> rrandom System.Random.Stateful Interface to operations on RandomGen wrappers like IOGenM and StateGenM.
applyRandomGenM :: RandomGenM g r m => (r -> (a, r)) -> g -> m arandom System.Random.Stateful No documentation available.
withRandomGenIORef :: RandomGen g => IORef g -> (g -> (a, g)) -> IO aaws-xray-client System.Random.XRayCustom Like getStdRandom, except use a given 'IORef StdGen' instead of the global theStdGen.
Page 1 of 1