File: randtest.h

package info (click to toggle)
ent 1.1debian-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 112 kB
  • ctags: 56
  • sloc: ansic: 353; makefile: 61
file content (7 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
7

/*  Random test function prototypes  */

extern void rt_init(int binmode);
extern void rt_add(void *buf, int bufl);
extern void rt_end(double *r_ent, double *r_chisq, double *r_mean,
                   double *r_montepicalc, double *r_scc);