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

#include <vsmc/rng/philox.hpp>

Static Public Member Functions

static void eval (Array< ResultType, K > &, const Array< ResultType, K/2 > &)
 

Detailed Description

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

Definition at line 225 of file philox.hpp.

Member Function Documentation

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

Definition at line 227 of file philox.hpp.