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

/freebsd-10.0-release/contrib/groff/src/libs/libgroff/
H A Dtmpname.cpp83 uint64_t random_time_bits = ((uint64_t)tv.tv_usec << 16) ^ tv.tv_sec; local
85 uint64_t random_time_bits = time(NULL); local
87 value += random_time_bits ^ getpid();

Completed in 113 milliseconds