vSMC
vSMC: Scalable Monte Carlo
Static Public Member Functions | List of all members
vsmc::internal::PhiloxRound< T, K, N, bool > Class Template Reference

#include <vsmc/rng/philox.hpp>

Static Public Member Functions

static void eval (std::array< T, K > &, const std::array< T, K/2 > &)
 

Detailed Description

template<typename T, std::size_t K, std::size_t N, bool = (N > 0)>
class vsmc::internal::PhiloxRound< T, K, N, bool >

Definition at line 191 of file philox.hpp.

Member Function Documentation

template<typename T , std::size_t K, std::size_t N, bool = (N > 0)>
static void vsmc::internal::PhiloxRound< T, K, N, bool >::eval ( std::array< T, K > &  ,
const std::array< T, K/2 > &   
)
inlinestatic

Definition at line 194 of file philox.hpp.