diehard_oqso.h
来自「Dieharder是一个是一个测试一序列伪随机数的随机性能的测试套件」· C头文件 代码 · 共 35 行
H
35 行
/* * diehard_oqso test header. *//* * function prototype */void diehard_oqso(Test **test, int irun);static Dtest diehard_oqso_dtest = { "Diehard OQSO Test", "\n\#==================================================================\n\# Diehard Overlapping Quadruples Sparce Occupancy (OQSO) Test\n\#\n\# Similar, to OPSO except that it considers 4-letter \n\# words from an alphabet of 32 letters, each letter determined \n\# by a designated string of 5 consecutive bits from the test \n\# file, elements of which are assumed 32-bit random integers. \n\# The mean number of missing words in a sequence of 2^21 four- \n\# letter words, (2^21+3 \"keystrokes\"), is again 141909, with \n\# sigma = 295. The mean is based on theory; sigma comes from \n\# extensive simulation. \n\# \n\# Note 2^21 = 2097152, tsamples cannot be varied.\n\#==================================================================\n", 100, 2097152, 1};/* * Global variables (none in this case) */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?