xtest.h

来自「Dieharder是一个是一个测试一序列伪随机数的随机性能的测试套件」· C头文件 代码 · 共 22 行

H
22
字号
/* *======================================================================== * $Id: Btest.c 212 2006-07-21 18:07:33Z rgb $ * * See copyright in copyright.h and the accompanying file COPYING *======================================================================== */ /*  * This is the struct used in Xtest.c, a erfc based test that generates  * a p-value for a single normally distributed statistic.  */ typedef struct {   unsigned int npts;   double p;   double x;   double y;   double sigma;   double pvalue; } Xtest;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?