dtest.h
来自「Dieharder是一个是一个测试一序列伪随机数的随机性能的测试套件」· C头文件 代码 · 共 27 行
H
27 行
/* *======================================================================== * $Id: libdieharder.h 221 2006-08-16 22:43:03Z rgb $ * * See copyright in copyright.h and the accompanying file COPYING *======================================================================== */ typedef struct { /* The name of the test */ char *name; /* pointer to a test description */ char *description; /* Standard test default */ uint psamples_std; /* Standard test default */ uint tsamples_std; /* Number of independent statistics generated per run */ uint nkps; } Dtest;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?