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

/freebsd-13-stable/tools/regression/gaithrstress/
H A Dgaithrstress.c63 my_arc4random_r(void) function
80 rndsleep = (double)my_arc4random_r() / 4294967296.0 * max_sleep_sec;
119 (my_arc4random_r() % 2) == 0 ? "www." : "",
120 randwords[my_arc4random_r() % nrandwords],
121 (my_arc4random_r() % 3) == 0 ?
122 randwords[my_arc4random_r() % nrandwords] : "",
123 suffixes[my_arc4random_r() % nsuffixes]) == -1)

Completed in 51 milliseconds