Home
last modified time | relevance | path

Searched defs:FastRandom (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/common/utility/
H A Dfast_random.hpp33 class FastRandom { class
48 FastRandom(std::size_t seed) { in FastRandom() function in utility::FastRandom
/oneTBB/src/tbb/
H A Dmisc.h153 FastRandom( void* unique_ptr ) { init(uintptr_t(unique_ptr)); } in FastRandom() function