_BinIndex __bins_end
End index for bins taken care of by this thread.
_BinIndex _M_bins_begin
Begin index for bins taken care of by this thread.
int _M_num_threads
Number of threads participating in total.
_DRandomShufflingGlobalData< _RAIter > * _M_sd
Pointer to global data.
uint32_t _M_seed
Random _M_seed for this thread.
Definition at line 91 of file random_shuffle.h.
End index for bins taken care of by this thread.
Definition at line 100 of file random_shuffle.h.
Referenced by __gnu_parallel::__parallel_random_shuffle_drs().
Begin index for bins taken care of by this thread.
Definition at line 97 of file random_shuffle.h.
Referenced by __gnu_parallel::__parallel_random_shuffle_drs().
Number of threads participating in total.
Definition at line 94 of file random_shuffle.h.
Referenced by __gnu_parallel::__parallel_random_shuffle_drs(), and __gnu_parallel::__parallel_random_shuffle_drs_pu().
Pointer to global data.
Definition at line 106 of file random_shuffle.h.
Referenced by __gnu_parallel::__parallel_random_shuffle_drs(), and __gnu_parallel::__parallel_random_shuffle_drs_pu().
Random _M_seed for this thread.
Definition at line 103 of file random_shuffle.h.
Referenced by __gnu_parallel::__parallel_random_shuffle_drs(), and __gnu_parallel::__parallel_random_shuffle_drs_pu().
Generated automatically by Doxygen for libstdc++ from the source code.