1
0
Fork 0
haveged/ent/randtest.h

8 lines
242 B
C
Raw Permalink Normal View History

/* 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);