Givaro
Functions
test-random.C File Reference

we test bounds for random Integers More...

#include <iostream>
#include <givaro/givinteger.h>

Functions

int test1 ()
 tests ret= .func(arg,arg); ...
int test2 ()
 tests ret= ::func(arg,arg);
int test3 ()
 tests ::func(ret,arg,arg);
int test4 ()
 test possibly <0 random numbers
int test5 ()
 tests standard interface
int main ()

Detailed Description

we test bounds for random Integers

Test:
we test bounds for random Integers

Function Documentation

int test1 ( )

tests ret= .func(arg,arg); ...

int test2 ( )

tests ret= ::func(arg,arg);

int test3 ( )

tests ::func(ret,arg,arg);

int test4 ( )

test possibly <0 random numbers

int test5 ( )

tests standard interface

int main ( )