home *** CD-ROM | disk | FTP | other *** search
- /*
- *-----------------------------------------------------------------------------
- * file: random.h
- * desc: random.c header
- * by: patrick ko shu pui
- * date: 6 sep 1991
- *-----------------------------------------------------------------------------
- */
-
- /*
- * prototypes
- */
- int rndmize ( );
- double rnd ( );
- double n_rnd ( );
-