mt19937-0.1.0: Efficient MT19937 (standard 32-bit Mersenne Twister PRNG) implementation in pure Haskell
Safe HaskellSafe-Inferred
LanguageGHC2021

MT19937.Internal

Synopsis

Documentation

temper :: (Num a, Bits a) => a -> a Source #

MT19937 tempering function.

twist :: PrimMonad m => MVector (PrimState m) Word32 -> m () Source #

Twist an MT19937 state vector.