#include <task_stream_extended.h>
Definition at line 83 of file task_stream_extended.h.
◆ random_lane_selector()
tbb::internal::random_lane_selector::random_lane_selector |
( |
FastRandom & |
random | ) |
|
|
inline |
◆ operator()()
unsigned tbb::internal::random_lane_selector::operator() |
( |
unsigned |
out_of | ) |
const |
|
inline |
Definition at line 91 of file task_stream_extended.h.
References __TBB_ASSERT.
92 __TBB_ASSERT( ((out_of-1) & out_of) == 0,
"number of lanes is not power of two." );
#define __TBB_ASSERT(predicate, comment)
No-op version of __TBB_ASSERT.
unsigned short get()
Get a random number.
◆ my_random
FastRandom& tbb::internal::random_lane_selector::my_random |
|
private |
The documentation for this struct was generated from the following file: