vSMC  v3.0.0
Scalable Monte Carlo
Static Public Member Functions | List of all members
vsmc::internal::PhiloxInitPar< T, K, Constants > Class Template Reference

#include <vsmc/rng/philox.hpp>

Static Public Member Functions

template<std::size_t Rp1>
static void eval (const std::array< T, K/2 > &key, std::array< std::array< T, K/2 >, Rp1 > &par)
 

Detailed Description

template<typename T, std::size_t K, typename Constants>
class vsmc::internal::PhiloxInitPar< T, K, Constants >

Definition at line 244 of file philox.hpp.

Member Function Documentation

template<typename T , std::size_t K, typename Constants >
template<std::size_t Rp1>
static void vsmc::internal::PhiloxInitPar< T, K, Constants >::eval ( const std::array< T, K/2 > &  key,
std::array< std::array< T, K/2 >, Rp1 > &  par 
)
inlinestatic

Definition at line 248 of file philox.hpp.