MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / FastRandom

Method FastRandom

benchmarks/tbb/tbb_misc.h:156–156  ·  view source on GitHub ↗

Construct a random number generator.

Source from the content-addressed store, hash-verified

154 }
155 //! Construct a random number generator.
156 FastRandom( void* unique_ptr ) { init(uintptr_t(unique_ptr)); }
157 FastRandom( uint32_t seed) { init(seed); }
158 FastRandom( uint64_t seed) { init(seed); }
159 template <typename T>

Callers

nothing calls this directly

Calls 1

initFunction · 0.50

Tested by

no test coverage detected