removed QWQNG, added stdin
This commit is contained in:
commit
0fe369bc5a
39 changed files with 3095 additions and 0 deletions
21
RandTest/RandTest.h
Executable file
21
RandTest/RandTest.h
Executable file
|
|
@ -0,0 +1,21 @@
|
|||
#include "Windows.h"
|
||||
|
||||
#include "Bias.h"
|
||||
#include "AutoCorrelation.h"
|
||||
#include "BiasAndAC.h"
|
||||
#include "BitCount.h"
|
||||
|
||||
#include "Monkey.h"
|
||||
#include "MonkeyBitMap.h"
|
||||
#include "Entropy.h"
|
||||
#include "Serial.h"
|
||||
|
||||
#include "Chi2.h"
|
||||
#include "BinomialChi2.h"
|
||||
#include "ACBinomialChi2.h"
|
||||
|
||||
#include "Stat.h"
|
||||
#include "Gamma.h"
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue