Searched defs:MakeRandomValue (Results 1 – 1 of 1) sorted by relevance
322 inline void MakeRandomValue(bool& b) { b = bool(random_number(2) != 0); } in MakeRandomValue() function325 inline void MakeRandomValue(T&) {} in MakeRandomValue() function