marsaglia_tsang_gorilla.h

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

H
21
字号
/* * Hopefully this is a valid default initialization of the template test. */static Dtest marsaglia_tsang_gorilla_data = {  "Marsaglia and Tsang Gorilla Test",  "\n\#==================================================================\n\#               Marsaglia and Tsang Gorilla Test\n\#\n\# THIS TEST IS UNDER CONSTRUCTION!  It does not work yet, and what\n\# is presented is, in fact, the output of the test template.\n\# Note that the second revision number will bump by one when this\n\# test is completed -- check back later!\n\#==================================================================\n",  100,  100000};static Dtest *dtest = &marsaglia_tsang_gorilla_data;

⌨️ 快捷键说明

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