3 releases

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

#312 in Parser tooling

Download history 1/week @ 2024-02-15 20/week @ 2024-02-22 11/week @ 2024-02-29 34/week @ 2024-03-28 18/week @ 2024-04-04

52 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