Home
last modified time | relevance | path

Searched defs:random (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/test/stress/stress2/misc/
H A Dnfsrename.sh139 fprintf(fp, "blah blah blah garbage %ld\n", random()); function
152 val = random() % slop; function
/dflybsd-src/stand/lib/
H A Drandom.c50 random(void) in random() function
/dflybsd-src/usr.sbin/ppp/
H A Ddefs.h122 #define random arc4random macro
/dflybsd-src/lib/libc/stdlib/
H A Drandom.c475 random(void) in random() function
/dflybsd-src/lib/libldns/ldns/
H A Dconfig.h711 #define random(x) rand(x) macro
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dthrow_allocator.h417 double random = generator(); in _GLIBCXX_VISIBILITY() local
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dthrow_allocator.h565 double random = generator(); in _GLIBCXX_VISIBILITY() local
/dflybsd-src/sys/net/dummynet/
H A Dip_dummynet.h236 int random; /* random value (scaled) */ member
/dflybsd-src/sys/net/dummynet3/
H A Dip_dummynet3.h251 int random; /* random value (scaled) */ member