Exemplo n.º 1
0
int main(int argc, char ** argv)
{
  testBernoulli();
  testCauchy();
  testExponential();
  testGeometric();			       
  testInitialSeed();
  testLogNormal();
  testManualSeed();
  testNormal();
  testRandom();
  testSeed();
  testUniform();

  UnitTest_report();

}
Exemplo n.º 2
0
int main(void) {
    assert(testExponential() == 0);
    return 0;
}