Crate random_tester

Source
Expand description

A program that applies tests to byte sequences stored in files or streams

Structs§

ChiSquareCalculation
Computes the Chi Square probability of a random dataset this extreme.
MeanCalculation
Computes the Mean Entropy test
MonteCarloCalculation
See https://www.geeksforgeeks.org/estimating-value-pi-using-monte-carlo
SerialCorrelationCoefficientCalculation
Computes the serial correlation coefficient. In the event of input all 0s, reporst 1.0
ShannonCalculation
Computes the Shannon Entropy test

Traits§

DynEntropyTester
An entropy test
EntropyTester
An entropy test