Skip to content

Library for testing Haskell PRNGs for correctness using TestU01 suite

License

Notifications You must be signed in to change notification settings

cartazio/testu01-hs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestU01, a fork of HTestU (a haskell strip down of TestU01)

Framework for testing correctness of Pseudorandom Number Generators (PRNGs) in Haskell. Wrapper for a TestU01 framework as per paper "TestU01: A C Library for Empirical Testing of Random Number Generators" by P. L'Ecuyer and R. Simard

For examples of how to run the tests, read and build the exe referenced in the cabal file either:

THIS set of directions is out of date

  • via cabal

    cabal configure -ftestKnownRNGs cabal install

building

  • assumes GMP is installed
  • you should be in C99 or newer

About

Library for testing Haskell PRNGs for correctness using TestU01 suite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.1%
  • Other 0.9%