Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
module
Paths_liquidhaskell_boot No documentation available.
-
This module implements the source parser.
-
literatex LiterateX.Types.SourceFormat % comments
PandocMarkdown :: TargetFormatliteratex LiterateX.Types.TargetFormat No documentation available.
-
No documentation available.
-
lumberjack Lumberjack No documentation available.
module System.Random.Mersenne.
Pure64 Tested with: GHC 6.8.3 A purely functional binding 64 bit binding to the classic mersenne twister random number generator. This is more flexible than the impure 'mersenne-random' library, at the cost of being a bit slower. This generator is however, many times faster than System.Random, and yields high quality randoms with a long period. This generator may be used with System.Random, however, that is likely to be slower than using it directly.
-
mersenne-random-pure64 System.Random.Mersenne.Pure64 PureMT, a pure mersenne twister pseudo-random number generator
-
mersenne-random-pure64 System.Random.Mersenne.Pure64.Internal PureMT, a pure mersenne twister pseudo-random number generator
PureMT :: MTBlock -> Int -> MTBlock -> PureMTmersenne-random-pure64 System.Random.Mersenne.Pure64.Internal No documentation available.