|
MCKL
Monte Carlo Kernel Library
|
#include <mckl/random/internal/common.hpp>Go to the source code of this file.
Namespaces | |
| mckl | |
| mckl::internal | |
Typedefs | |
| template<int W, typename UIntType > | |
| using | mckl::internal::U01UIntLeastType = std::conditional_t< W<=32, std::uint32_t, std::conditional_t< W<=64, std::uint64_t, UIntType > > |
1.8.13