vSMC
v3.0.0
Scalable Monte Carlo
|
Vector RNG set. More...
#include <vsmc/rng/rng_set.hpp>
Public Types | |
using | rng_type = RNGType |
using | size_type = typename Vector< 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 85 of file rng_set.hpp.
using vsmc::RNGSetVector< RNGType >::rng_type = RNGType |
Definition at line 88 of file rng_set.hpp.
using vsmc::RNGSetVector< RNGType >::size_type = typename Vector<rng_type>::size_type |
Definition at line 89 of file rng_set.hpp.
|
inlineexplicit |
Definition at line 91 of file rng_set.hpp.
|
inline |
Definition at line 110 of file rng_set.hpp.
|
inline |
Definition at line 95 of file rng_set.hpp.
|
inline |
Definition at line 108 of file rng_set.hpp.
|
inline |
Definition at line 93 of file rng_set.hpp.