vSMC
vSMC: Scalable Monte Carlo
|
Threefry RNG generator. More...
#include <vsmc/rng/threefry.hpp>
Public Types | |
using | ctr_type = std::array< ResultType, K > |
using | key_type = std::array< ResultType, K > |
using | result_type = ResultType |
Public Member Functions | |
void | operator() (ctr_type &ctr, const key_type &key, ctr_type &buffer) const |
void | operator() (ctr_type &ctr, const key_type &key, std::size_t n, ctr_type *buffer) const |
void | reset (const key_type &) |
Static Public Member Functions | |
static constexpr std::size_t | size () |
Threefry RNG generator.
Definition at line 306 of file threefry.hpp.
using vsmc::ThreefryGenerator< ResultType, K, Rounds >::ctr_type = std::array<ResultType, K> |
Definition at line 322 of file threefry.hpp.
using vsmc::ThreefryGenerator< ResultType, K, Rounds >::key_type = std::array<ResultType, K> |
Definition at line 323 of file threefry.hpp.
using vsmc::ThreefryGenerator< ResultType, K, Rounds >::result_type = ResultType |
Definition at line 321 of file threefry.hpp.
|
inline |
Definition at line 329 of file threefry.hpp.
|
inline |
Definition at line 338 of file threefry.hpp.
|
inline |
Definition at line 327 of file threefry.hpp.
|
inlinestatic |
Definition at line 325 of file threefry.hpp.