3 个版本
0.1.2 | 2022 年 12 月 18 日 |
---|---|
0.1.1 | 2022 年 11 月 23 日 |
0.1.0 | 2022 年 11 月 23 日 |
#1602 在 算法
每月 23 下载次数
在 guinistrs 中使用
4.5MB
133K SLoC
nistrs
本软件包根据 NIST 标准实现统计测试。
示例用法
use nistrs::prelude::*;
let data = BitsData::from_binary(vec!(0x23, 0x44));
let result = frequency_test(&data);
print!("Test passed: {}; P-value: {}", result.0, result.1);
依赖项
~9MB
~171K SLoC