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

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

Inherited by mckl::internal::ThreefryGeneratorGenericImpl< T, 8, 72, ThreefryConstants< T, 8 >, 64 >.

Static Public Member Functions

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

Detailed Description

template<typename T>
class mckl::internal::Threefish512GeneratorGenericImpl< T >

Definition at line 208 of file threefry_generic_8x64.hpp.

Member Function Documentation

◆ eval() [1/3]

template<typename T >
static void mckl::internal::Threefish512GeneratorGenericImpl< T >::eval ( const void *  plain,
void *  cipher,
const std::array< T, K+4 > &  par 
)
inlinestatic

Definition at line 219 of file threefry_generic_8x64.hpp.

◆ eval() [2/3]

template<typename T >
template<typename ResultType >
static void mckl::internal::Threefish512GeneratorGenericImpl< T >::eval ( Counter< T, K > &  ctr,
ResultType *  r,
const std::array< T, K+4 > &  par 
)
inlinestatic

Definition at line 235 of file threefry_generic_8x64.hpp.

◆ eval() [3/3]

template<typename T >
template<typename ResultType >
static void mckl::internal::Threefish512GeneratorGenericImpl< T >::eval ( Counter< T, K > &  ctr,
std::size_t  n,
ResultType *  r,
const std::array< T, K+4 > &  par 
)
inlinestatic

Definition at line 257 of file threefry_generic_8x64.hpp.