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

#include <vsmc/rng/threefry.hpp>

Static Public Member Functions

static void eval (std::array< T, K > &, const std::array< T, K+1 > &)
 

Detailed Description

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

Definition at line 294 of file threefry.hpp.

Member Function Documentation

template<typename T , std::size_t K, std::size_t N, bool = (N % 4 == 0)>
static void vsmc::internal::ThreefryInsertKey< T, K, N, bool >::eval ( std::array< T, K > &  ,
const std::array< T, K+1 > &   
)
inlinestatic

Definition at line 297 of file threefry.hpp.