|
MCKL
Monte Carlo Kernel Library
|
Thread-local storage RNG set using tbb::enumerable_thread_specific. More...
#include <mckl/random/rng_set.hpp>
Public Types | |
| using | rng_type = RNGType |
| using | size_type = std::size_t |
Public Member Functions | |
| RNGSetTBBEnumerable (size_type=0) | |
| rng_type & | operator[] (size_type) |
| void | reset () |
| void | resize (std::size_t) |
| size_type | size () const |
Thread-local storage RNG set using tbb::enumerable_thread_specific.
Definition at line 129 of file rng_set.hpp.
| using mckl::RNGSetTBBEnumerable< RNGType, Alloc, ETSKeyType >::rng_type = RNGType |
Definition at line 132 of file rng_set.hpp.
| using mckl::RNGSetTBBEnumerable< RNGType, Alloc, ETSKeyType >::size_type = std::size_t |
Definition at line 133 of file rng_set.hpp.
|
inlineexplicit |
Definition at line 135 of file rng_set.hpp.
|
inline |
Definition at line 147 of file rng_set.hpp.
|
inline |
Definition at line 145 of file rng_set.hpp.
|
inline |
Definition at line 143 of file rng_set.hpp.
|
inline |
Definition at line 141 of file rng_set.hpp.
1.8.13