home *** CD-ROM | disk | FTP | other *** search
-
- This is a very brief into to the random number routines. Version 0.3
- By Joshua Levy
-
- Note that this is a "presentation layer" random number package.
- It relies on random(3) to generate random number, but presents
- them to the user in a more useful way, as well as providing
- logging facilities.
-
- To make the *.o file: cc -c random.c
- To make a test executable: cc -DTEST -o rndtest random.c
-
- Include the header file (random.h) in you programs.
-
- To test the routines make rndtest and try these two UNIX commands:
- rndtest <rndtnorm.ts
- rndtest <rndtacid.ts
-