home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: OtherApp / OtherApp.zip / entrand.zip / ent / randtest.h < prev   
C/C++ Source or Header  |  1997-09-06  |  242b  |  8 lines

  1.  
  2. /*  Random test function prototypes  */
  3.  
  4. extern void rt_init(int binmode);
  5. extern void rt_add(void *buf, int bufl);
  6. extern void rt_end(double *r_ent, double *r_chisq, double *r_mean,
  7.                    double *r_montepicalc, double *r_scc);
  8.