MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / GetUInt32

Method GetUInt32

test/fuzzers/random_generator.cpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102uint32_t RandomGenerator::GetUInt32(uint32_t lower, uint32_t upper) {
103 return RandomUInt(&engine_, lower, upper);
104}
105
106uint32_t RandomGenerator::GetUInt32(uint32_t bound) {
107 assert(bound > 0 && "|bound| must be greater than 0");

Callers 1

LLVMFuzzerTestOneInputFunction · 0.80

Calls 1

RandomUIntFunction · 0.85

Tested by

no test coverage detected