Searched defs:getRandomValue (Results 1 – 3 of 3) sorted by relevance
33 T getRandomValue(de::Random &rnd) in getRandomValue() function49 inline uint8_t getRandomValue<uint8_t>(de::Random &rnd) in getRandomValue() function54 inline uint16_t getRandomValue<uint16_t>(de::Random &rnd) in getRandomValue() function59 inline uint32_t getRandomValue<uint32_t>(de::Random &rnd) in getRandomValue() function64 inline uint64_t getRandomValue<uint64_t>(de::Random &rnd) in getRandomValue() function69 inline int8_t getRandomValue<int8_t>(de::Random &rnd) in getRandomValue() function74 inline int16_t getRandomValue<int16_t>(de::Random &rnd) in getRandomValue() function79 inline int32_t getRandomValue<int32_t>(de::Random &rnd) in getRandomValue() function84 inline int64_t getRandomValue<int64_t>(de::Random &rnd) in getRandomValue() function
99 const getRandomValue = (values: string[]) => { constant
184 Value *getRandomValue(Type *Tp) { in getRandomValue() function