Home
last modified time | relevance | path

Searched refs:mrand (Results 1 – 1 of 1) sorted by relevance

/third_party/benchmark/test/
Doutput_test_helper.cc464 static std::uniform_int_distribution<int> mrand{0, 15}; in RandomHexChar() local
465 return ToHex(mrand(rd)); in RandomHexChar()