File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ntp / include / ntp_random.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue May 29 12:08:38 2012 UTC (12 years, 1 month ago) by misho
CVS tags: MAIN, HEAD
Initial revision

    1: 
    2: #include <ntp_types.h>
    3: 
    4: long ntp_random (void);
    5: void ntp_srandom (unsigned long);
    6: void ntp_srandomdev (void);
    7: char * ntp_initstate (unsigned long, 	/* seed for R.N.G. */
    8: 			char *,		/* pointer to state array */
    9: 			long		/* # bytes of state info */
   10: 			);
   11: char * ntp_setstate (char *);	/* pointer to state array */
   12: 
   13: 
   14: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>