Searched refs:Rand64 (Results 1 – 2 of 2) sorted by relevance
29 return ExactUniformInt<uint64>(n, [this]() { return Rand64(); }); in Uniform64()
39 PHILOX_DEVICE_INLINE uint64 Rand64() { in Rand64() function