Popularity
1.0
Declining
Activity
0.0
Stable
0
2
0

Code Quality Rank: L2
Monthly Downloads: 9
Programming language: C
License: MIT License
Tags: System    

htestu alternatives and similar packages

Based on the "System" category.
Alternatively, view htestu alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of htestu or a related project?

Add another 'System' Package

README

HTestU

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:

  • via cabal

    cabal configure -ftestKnownRNGs cabal install

  • via stack

    stack build --flag htestu:testKnownRNGs