Sync usage with man page.
[netbsd-mini2440.git] / dist / ntp / include / ntp_random.h
blobec973f45de9acaae40fdae54685f7821dfe3c1c7
1 /* $NetBSD$ */
4 #include <ntp_types.h>
6 long ntp_random P((void));
7 void ntp_srandom P((unsigned long));
8 void ntp_srandomdev P((void));
9 char * ntp_initstate P((unsigned long, /* seed for R.N.G. */
10 char *, /* pointer to state array */
11 long /* # bytes of state info */
12 ));
13 char * ntp_setstate P((char *)); /* pointer to state array */