| 
    vSMC
    
   vSMC: Scalable Monte Carlo 
   | 
 
Vector RNG set. More...
#include <vsmc/rng/rng_set.hpp>
Public Types | |
| using | rng_type = RNGType | 
| using | size_type = typename AlignedVector< rng_type >::size_type | 
Public Member Functions | |
| RNGSetVector (size_type N=0) | |
| rng_type & | operator[] (size_type id) | 
| void | resize (std::size_t n) | 
| void | seed () | 
| size_type | size () const | 
Vector RNG set.
Definition at line 78 of file rng_set.hpp.
| using vsmc::RNGSetVector< RNGType >::rng_type = RNGType | 
Definition at line 81 of file rng_set.hpp.
| using vsmc::RNGSetVector< RNGType >::size_type = typename AlignedVector<rng_type>::size_type | 
Definition at line 82 of file rng_set.hpp.
      
  | 
  inlineexplicit | 
Definition at line 84 of file rng_set.hpp.
      
  | 
  inline | 
Definition at line 113 of file rng_set.hpp.
      
  | 
  inline | 
Definition at line 91 of file rng_set.hpp.
      
  | 
  inline | 
Definition at line 107 of file rng_set.hpp.
      
  | 
  inline | 
Definition at line 89 of file rng_set.hpp.
 1.8.11