MCKL
Monte Carlo Kernel Library
List of all members
mckl::internal::U01CanonicalAVX512Impl< UIntType, RealType, Q, int > Class Template Reference

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

Inherits mckl::internal::U01CanonicalGenericImpl< UIntType, RealType, Q >.

Additional Inherited Members

- Static Public Member Functions inherited from mckl::internal::U01CanonicalGenericImpl< UIntType, RealType, Q >
static RealType eval (const UIntType *u)
 
static void eval (std::size_t n, const UIntType *u, RealType *r)
 

Detailed Description

template<typename UIntType, typename RealType, int Q, int = std::numeric_limits<UIntType>::digits>
class mckl::internal::U01CanonicalAVX512Impl< UIntType, RealType, Q, int >

Definition at line 260 of file u01_avx512.hpp.