Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dfilesystem_test_helper.hpp188 static std::uniform_int_distribution<int> mrand{0, 15}; in random_hex_char() local
189 return to_hex( mrand(rd) ); in random_hex_char()