Searched refs:ExactUniformInt (Results 1 – 2 of 2) sorted by relevance
24 return ExactUniformInt<uint32>(n, [this]() { return Rand32(); }); in Uniform()28 return ExactUniformInt<uint64>(n, [this]() { return Rand64(); }); in Uniform64()
27 UintType ExactUniformInt(const UintType n, const RandomBits& random) { in ExactUniformInt() function