|
MCKL
Monte Carlo Kernel Library
|
Traits of RNG engines. More...
#include <mckl/random/internal/common.hpp>
Static Public Attributes | |
| static constexpr int | bits = internal::Log2<result_type, R_>::value |
| static constexpr bool | is_full_range |
| If the random integers are uniform on the set \(\{0,\dots,2^W - 1\}\) for some \(W > 0\). More... | |
Traits of RNG engines.
Definition at line 940 of file random/internal/common.hpp.
|
static |
Definition at line 955 of file random/internal/common.hpp.
|
static |
If the random integers are uniform on the set \(\{0,\dots,2^W - 1\}\) for some \(W > 0\).
Definition at line 952 of file random/internal/common.hpp.
1.8.13