]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/ntp/include/ntp_random.h
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / ntp / include / ntp_random.h
1
2 #include <ntp_types.h>
3
4 long ntp_random P((void));
5 void ntp_srandom P((unsigned long));
6 void ntp_srandomdev P((void));
7 char * ntp_initstate P((unsigned long,  /* seed for R.N.G. */
8                         char *,         /* pointer to state array */
9                         long            /* # bytes of state info */
10                         ));
11 char * ntp_setstate P((char *));        /* pointer to state array */
12
13
14