htestu alternatives and similar packages
Based on the "System" category.
Alternatively, view htestu alternatives based on common mentions on social networks and blogs.
-
taffybar
A gtk based status bar for tiling window managers such as XMonad -
ghc-hotswap
Example code for how we swap compiled code within a running Haskell process. -
nix-deploy
Deploy software or an entire NixOS system configuration to another NixOS system -
optparse-generic
Auto-generate a command-line parser for your datatype -
hapistrano
Deploy tool for Haskell applications, like Capistrano for Rails -
typed-process
Alternative API for processes, featuring more type safety -
system-fileio
Contains the system-filepath and system-fileio packages -
language-puppet
A library to work with Puppet manifests, test them and eventually replace everything ruby. -
ascii-progress
A simple Haskell progress bar for the console. Heavily borrows from TJ Holowaychuk's Node.JS project -
plugins
Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution. -
openssh-github-keys
Control SSH access to your servers via GitHub teams -
directory-contents
Recursively build a tree of directory contents, avoiding symlink cycles -
temporary
Portable temporary file and directory support for Windows and Unix.
Clean code begins in your IDE with SonarLint
Do you think we are missing an alternative of htestu or a related project?
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