SmokeRand offers a suite of tests designed for pseudorandom number generators, ensuring they produce uniformly distributed unsigned integers, whether 32-bit or 64-bit. With high-speed execution and the ability to detect flaws in popular PRNGs, it supports multithreading and improves sensitivity with direct access to generator bits, distinguishing it from other solutions.
SmokeRand provides a robust suite of tests for evaluating the quality of pseudorandom number generators (PRNGs). This library is designed to directly support 32-bit and 64-bit unsigned integers, enabling both comprehensive analysis and high sensitivity to flaws in popular PRNGs.
brief battery runs in under a minute, the default battery in under five minutes, and the full battery runs in less than an hour, ensuring efficient testing even with large sample sizes.SmokeRand encompasses a wide range of tests which include but are not limited to:
These tests assess various statistical properties of PRNG outputs, indicating suitability for Monte Carlo simulations and other applications.
SmokeRand features a variety of generators categorized into cryptographically secure options, obsolete generators, and various forms of linear and lagged Fibonacci generators, among others. Notable implementations include:
To run a default test on a PRNG, utilize the command:
$ ./smokerand default generators/lcg64.so --threads
Overall, SmokeRand provides a unique combination of sensitivity, performance, and simplicity in testing pseudorandom number generators. Its minimalist design allows for effective testing without unnecessary complexity, making it an essential tool for developers and researchers interested in validating PRNGs.
No comments yet.
Sign in to be the first to comment.