| LibRan
    0.1
    Pseudo-random number distribution generator | 
basic urand test program More...

Go to the source code of this file.
| Macros | |
| #define | PTEST(a, b) | 
| #define | NTEST(a, b) | 
| #define | ABS(a) ((a) < 0 ? -(a) : (a)) | 
| #define | MAXSMP 1000000 | 
| Functions | |
| int | main () | 
basic urand test program
Run a series of tests on the urand routines. This is more for development and not part of the test suite. Just do "make turand" to create the executable - "turand" . Run with "./turand" .
Definition in file turand.c.
| #define NTEST | ( | a, | |
| b | |||
| ) | 
 1.8.13
 1.8.13