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 82 of file rng_set.hpp.
using vsmc::RNGSetVector< RNGType >::rng_type = RNGType |
Definition at line 85 of file rng_set.hpp.
using vsmc::RNGSetVector< RNGType >::size_type = typename AlignedVector<rng_type>::size_type |
Definition at line 86 of file rng_set.hpp.
|
inlineexplicit |
Definition at line 88 of file rng_set.hpp.
|
inline |
Definition at line 117 of file rng_set.hpp.
|
inline |
Definition at line 95 of file rng_set.hpp.
|
inline |
Definition at line 111 of file rng_set.hpp.
|
inline |
Definition at line 93 of file rng_set.hpp.