int main(int argc, char ** argv) { testBernoulli(); testCauchy(); testExponential(); testGeometric(); testInitialSeed(); testLogNormal(); testManualSeed(); testNormal(); testRandom(); testSeed(); testUniform(); UnitTest_report(); }
int main(void) { assert(testExponential() == 0); return 0; }