vSMC
v3.0.0
Scalable Monte Carlo
|
Thread-local storage RNG set using tbb::combinable. More...
#include <vsmc/rng/rng_set.hpp>
Public Types | |
using | rng_type = RNGType |
using | size_type = std::size_t |
Public Member Functions | |
RNGSetTBB (size_type N=0) | |
rng_type & | operator[] (size_type) |
void | resize (std::size_t) |
void | seed () |
size_type | size () const |
Thread-local storage RNG set using tbb::combinable.
Definition at line 121 of file rng_set.hpp.
using vsmc::RNGSetTBB< RNGType >::rng_type = RNGType |
Definition at line 124 of file rng_set.hpp.
using vsmc::RNGSetTBB< RNGType >::size_type = std::size_t |
Definition at line 125 of file rng_set.hpp.
|
inlineexplicit |
Definition at line 127 of file rng_set.hpp.
|
inline |
Definition at line 143 of file rng_set.hpp.
|
inline |
Definition at line 139 of file rng_set.hpp.
|
inline |
Definition at line 141 of file rng_set.hpp.
|
inline |
Definition at line 137 of file rng_set.hpp.