3 releases

0.0.3 Aug 28, 2022
0.0.2 Aug 13, 2022
0.0.1 Aug 13, 2022

#304 in Parser tooling

31 downloads per month
Used in bytestat

AGPL-3.0-only

16KB
152 lines

Bytestat

Bytestat is a crate to measure randomness of data. Data is processed one byte at a time, sequentially. The distribution and interval of each byte is measured. Five metrics are used to measure different aspects of the set. The final score is between 0 and 100 as f64. Good quality random data should score 100 when rounded up.

No runtime deps