Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 809 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 809 Bytes

CoolTest

CoolTest is a randomness-testing tool. It uses first half of provided data to construct a distinguisher based on a histogram construction. Then it evaluates the distinguisher on the second half of the data to evaluate the probability of the data being generated by true random number generator.

How to use CoolTest

Setup

  1. You need to have Rust and Python library SciPy (version 1.7.0 or newer) installed.

  2. Run cargo build --release

Run the tool

You can use ./target/release/cooltest --help to see all options.

To run the tool with default parameters you can use: ./target/release/cooltest <file>

License

CoolTest is released under the MIT license. See LICENSE for more information.