MCKL
Monte Carlo Kernel Library
Public Types | List of all members
mckl::PhiloxConstants< T, K > Class Template Reference

Default Philox constants. More...

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

Public Types

using multiplier = internal::PhiloxConstantsMultiplier< T, K >
 
using weyl = internal::PhiloxConstantsWeyl< T, K >
 

Detailed Description

template<typename T, std::size_t K>
class mckl::PhiloxConstants< T, K >

Default Philox constants.

Definition at line 108 of file philox_constants.hpp.

Member Typedef Documentation

◆ multiplier

template<typename T, std::size_t K>
using mckl::PhiloxConstants< T, K >::multiplier = internal::PhiloxConstantsMultiplier<T, K>

Definition at line 112 of file philox_constants.hpp.

◆ weyl

template<typename T, std::size_t K>
using mckl::PhiloxConstants< T, K >::weyl = internal::PhiloxConstantsWeyl<T, K>

Definition at line 111 of file philox_constants.hpp.