/contrib/ntp/include/ntp_random.h
https://bitbucket.org/freebsd/freebsd-head/ · C++ Header · 14 lines · 9 code · 5 blank · 0 comment · 0 complexity · 973da7e6c0d8332b3cfb286f92c70937 MD5 · raw file
- #include <ntp_types.h>
- long ntp_random P((void));
- void ntp_srandom P((unsigned long));
- void ntp_srandomdev P((void));
- char * ntp_initstate P((unsigned long, /* seed for R.N.G. */
- char *, /* pointer to state array */
- long /* # bytes of state info */
- ));
- char * ntp_setstate P((char *)); /* pointer to state array */