dsp-0.2.5.1: Haskell Digital Signal Processing

Copyright(c) Matt Harden 1999
LicenseGPL
Maintainerm.p.donadio@ieee.org
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

Numeric.Random.Generator.MT19937

Description

A Haskell program for MT19937 pseudorandom number generator

Documentation

type W = Word32 Source #

genrand :: W -> [W] Source #

test :: IO () Source #