Searched refs:rand_u64 (Results 1 - 3 of 3) sorted by last modified time

/external/chromium_org/third_party/smhasher/src/
H A DBitvec.cpp639 uint64_t a = r.rand_u64();
721 uint64_t x = r.rand_u64();
H A DRandom.h62 uint64_t rand_u64 ( void ) function in struct:Rand
97 inline uint64_t rand_u64 ( void ) { return g_rand1.rand_u64(); } function
/external/chromium_org/tools/ipc_fuzzer/mutate/
H A Drand_util.h26 uint64 rand_u64 = RandU64(); local
27 return *reinterpret_cast<double*>(&rand_u64);

Completed in 83 milliseconds