oier-namespace-std

Results 1 issues of oier-namespace-std

save the code as `rngtest.cpp` and compile & run with the following parameter: ```cpp #include"testlib.h" int main(int argc,char*argv[]) { registerGen(argc,argv,1); printf("%d\n",rnd.next(0,15)); } ``` These parameters ```plain rngtest abc 0 rngtest...