diff options
Diffstat (limited to 'ent/randtest.h')
-rw-r--r-- | ent/randtest.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ent/randtest.h b/ent/randtest.h new file mode 100644 index 0000000..082d0fb --- /dev/null +++ b/ent/randtest.h @@ -0,0 +1,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); |