MCKL
Monte Carlo Kernel Library
Static Public Member Functions | List of all members
mckl::internal::Philox2xGeneratorGenericImpl< T, Constants > Class Template Reference

#include <mckl/random/internal/philox_generic_2x.hpp>

Inherited by mckl::internal::PhiloxGeneratorGenericImpl< T, 2, 10, Constants, D >.

Static Public Member Functions

static void eval (const void *plain, void *cipher, const std::array< T, K/2 > &key)
 
template<typename ResultType >
static void eval (Counter< T, K > &ctr, ResultType *r, const std::array< T, K/2 > &key)
 
template<typename ResultType >
static void eval (Counter< T, K > &ctr, std::size_t n, ResultType *r, const std::array< T, K/2 > &key)
 

Detailed Description

template<typename T, typename Constants>
class mckl::internal::Philox2xGeneratorGenericImpl< T, Constants >

Definition at line 74 of file philox_generic_2x.hpp.

Member Function Documentation

◆ eval() [1/3]

template<typename T , typename Constants >
static void mckl::internal::Philox2xGeneratorGenericImpl< T, Constants >::eval ( const void *  plain,
void *  cipher,
const std::array< T, K/2 > &  key 
)
inlinestatic

Definition at line 80 of file philox_generic_2x.hpp.

◆ eval() [2/3]

template<typename T , typename Constants >
template<typename ResultType >
static void mckl::internal::Philox2xGeneratorGenericImpl< T, Constants >::eval ( Counter< T, K > &  ctr,
ResultType *  r,
const std::array< T, K/2 > &  key 
)
inlinestatic

Definition at line 96 of file philox_generic_2x.hpp.

◆ eval() [3/3]

template<typename T , typename Constants >
template<typename ResultType >
static void mckl::internal::Philox2xGeneratorGenericImpl< T, Constants >::eval ( Counter< T, K > &  ctr,
std::size_t  n,
ResultType *  r,
const std::array< T, K/2 > &  key 
)
inlinestatic

Definition at line 118 of file philox_generic_2x.hpp.