vSMC
vSMC: Scalable Monte Carlo
Static Public Attributes | List of all members
vsmc::internal::RNGMaxBitsImpl< UIntType, U, N > Class Template Reference

#include <vsmc/rng/internal/common.hpp>

Static Public Attributes

static constexpr int value
 

Detailed Description

template<typename UIntType, UIntType U, int N = std::numeric_limits<UIntType>::digits>
class vsmc::internal::RNGMaxBitsImpl< UIntType, U, N >

Definition at line 466 of file common.hpp.

Member Data Documentation

template<typename UIntType , UIntType U, int N = std::numeric_limits<UIntType>::digits>
constexpr int vsmc::internal::RNGMaxBitsImpl< UIntType, U, N >::value
static
Initial value:
=
U < bmax ? RNGMaxBitsImpl<UIntType, U, N - 1>::value : N

Definition at line 472 of file common.hpp.