Searched refs:RandomUint64 (Results 1 – 13 of 13) sorted by relevance
414 static uint64 RandomUint64() { in RandomUint64() function424 const uint128 a(RandomUint64(), RandomUint64()); in TEST()425 const uint128 b(RandomUint64(), RandomUint64()); in TEST()
33 virtual uint64_t RandomUint64(uint64_t bound) = 0;
34 uint64_t RandomUint64(uint64_t bound) override;
31 uint64_t PseudoRandomGenerator::RandomUint64(uint64_t bound) { in RandomUint64() function in spvtools::fuzz::PseudoRandomGenerator
429 return random_generator_->RandomUint64(UINT64_MAX); in GetRandomValueForStepConstantInLoop()
408 return random_generator_->RandomUint64(UINT64_MAX); in GetRandomValueForStepConstantInLoop()