summaryrefslogtreecommitdiffstats
path: root/ent/randtest.h
blob: 082d0fbfded3b0fc7b12a9beea209c1192e2e56e (plain)
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);