vSMC
vSMC: Scalable Monte Carlo
|
Philox RNG generator. More...
#include <vsmc/rng/philox.hpp>
Public Types | |
using | ctr_type = std::array< ResultType, K > |
using | key_type = std::array< ResultType, K/2 > |
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 () |
Philox RNG generator.
Definition at line 240 of file philox.hpp.
using vsmc::PhiloxGenerator< ResultType, K, Rounds >::ctr_type = std::array<ResultType, K> |
Definition at line 256 of file philox.hpp.
using vsmc::PhiloxGenerator< ResultType, K, Rounds >::key_type = std::array<ResultType, K / 2> |
Definition at line 257 of file philox.hpp.
using vsmc::PhiloxGenerator< ResultType, K, Rounds >::result_type = ResultType |
Definition at line 255 of file philox.hpp.
|
inline |
Definition at line 263 of file philox.hpp.
|
inline |
Definition at line 271 of file philox.hpp.
|
inline |
Definition at line 261 of file philox.hpp.
|
inlinestatic |
Definition at line 259 of file philox.hpp.