Searched refs:randomBitGenerator (Results 1 – 1 of 1) sorted by relevance
57 auto randomBitGenerator = std::bind(distribution, std::mt19937()); in TEST() local59 if (randomBitGenerator() == 0) { in TEST()