|
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 | |
| PhiloxGenerator () | |
| void | operator() (ctr_type &ctr, const key_type &key, std::array< result_type, K > &buffer) const |
| std::size_t | operator() (ctr_type &ctr, const key_type &key, std::size_t n, result_type *r) const |
| void | reset (const key_type &) |
Static Public Member Functions | |
| static constexpr std::size_t | size () |
Philox RNG generator.
Definition at line 256 of file philox.hpp.
| using vsmc::PhiloxGenerator< ResultType, K, Rounds >::ctr_type = std::array<ResultType, K> |
Definition at line 260 of file philox.hpp.
| using vsmc::PhiloxGenerator< ResultType, K, Rounds >::key_type = std::array<ResultType, K / 2> |
Definition at line 261 of file philox.hpp.
| using vsmc::PhiloxGenerator< ResultType, K, Rounds >::result_type = ResultType |
Definition at line 259 of file philox.hpp.
|
inline |
Definition at line 263 of file philox.hpp.
|
inline |
Definition at line 269 of file philox.hpp.
|
inline |
Definition at line 284 of file philox.hpp.
|
inline |
Definition at line 267 of file philox.hpp.
|
inlinestatic |
Definition at line 265 of file philox.hpp.
1.8.11