Skip to content

jirigav/cooltest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Randomness testing tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages