]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ntp/include/ntp_random.h
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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