Searched refs:PseudoRandomValue (Results 1 – 1 of 1) sorted by relevance
74 inline char PseudoRandomValue( size_t j, size_t k ) { in PseudoRandomValue() function179 s[j] = PseudoRandomValue(j, k); in TestAllocatorConcept()186 REQUIRE(s[j] == PseudoRandomValue(j, k)); in TestAllocatorConcept()238 s[j] = PseudoRandomValue(i, t); in check_allocate()248 REQUIRE_MESSAGE(s[j] == PseudoRandomValue(i, t), "Thread safety test failed"); in check_deallocate()259 std::size_t i = static_cast<unsigned char>(PseudoRandomValue(k, thread_id)); in operator()