| 
    vSMC
    
   vSMC: 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 129 of file rng_set.hpp.
| using vsmc::RNGSetTBB< RNGType >::rng_type = RNGType | 
Definition at line 132 of file rng_set.hpp.
| using vsmc::RNGSetTBB< RNGType >::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 151 of file rng_set.hpp.
      
  | 
  inline | 
Definition at line 147 of file rng_set.hpp.
      
  | 
  inline | 
Definition at line 149 of file rng_set.hpp.
      
  | 
  inline | 
Definition at line 145 of file rng_set.hpp.
 1.8.11