Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSnippetGenerator.cpp176 static std::random_device RandomDevice; in randomGenerator() local
177 static std::mt19937 RandomGenerator(RandomDevice()); in randomGenerator()