File: randtest.h

package info (click to toggle)
ent 1.2debian-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 260 kB
  • ctags: 142
  • sloc: ansic: 410; makefile: 39
file content (7 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (23)
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);