Searched refs:drand48 (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/lib/libc/gen/
H A Ddrand48.c22 drand48(void) function
H A DMakefile.inc40 drand48.c \
475 rand48.3 drand48.3 \
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntpsim.c628 while ((q1 = drand48()) == 0)
630 q2 = drand48();
653 while ((q1 = drand48()) == 0)
/freebsd-12-stable/include/
H A Dstdlib.h205 double drand48(void);
/freebsd-12-stable/contrib/gcc/
H A Dsys-protos.h242 extern double drand48(void);
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dieee802_11.c2055 drand48() < hapd->iconf->ignore_auth_probability) {
3885 drand48() < hapd->iconf->ignore_reassoc_probability) {
3893 drand48() < hapd->iconf->ignore_assoc_probability) {
H A Dbeacon.c954 drand48() < hapd->iconf->ignore_probe_probability) {
H A Dwpa_auth.c1628 drand48() <

Completed in 194 milliseconds