libTriton version 1.0 build 1592
|
Classes | |
struct | param_type |
Public Types | |
using | result_type = uintwide_t<Width2, LimbType, AllocatorType, IsSigned> |
Public Member Functions | |
uniform_int_distribution (const result_type &p_a, const result_type &p_b=(std::numeric_limits< result_type >::max)()) | |
uniform_int_distribution (const param_type &other_params) | |
uniform_int_distribution (const uniform_int_distribution &other_distribution)=delete | |
uniform_int_distribution (uniform_int_distribution &&other) noexcept | |
auto | operator= (const uniform_int_distribution &other) -> uniform_int_distribution & |
auto | operator= (uniform_int_distribution &&other) noexcept -> uniform_int_distribution & |
void | param (const param_type &new_params) |
WIDE_INTEGER_NODISCARD auto | param () const -> const param_type & |
WIDE_INTEGER_NODISCARD auto | a () const -> result_type |
WIDE_INTEGER_NODISCARD auto | b () const -> result_type |
template<typename GeneratorType , const int GeneratorResultBits = std::numeric_limits<typename GeneratorType::result_type>::digits> | |
WIDE_INTEGER_CONSTEXPR auto | operator() (GeneratorType &generator) -> result_type |
template<typename GeneratorType , const int GeneratorResultBits = std::numeric_limits<typename GeneratorType::result_type>::digits> | |
WIDE_INTEGER_CONSTEXPR auto | operator() (GeneratorType &input_generator, const param_type &input_params) -> result_type |
Definition at line 5381 of file uintwide_t.h.
using math::wide_integer::uniform_int_distribution< Width2, LimbType, AllocatorType, IsSigned >::result_type = uintwide_t<Width2, LimbType, AllocatorType, IsSigned> |
Definition at line 5384 of file uintwide_t.h.
|
inline |
Definition at line 5446 of file uintwide_t.h.
|
inlineexplicit |
Definition at line 5448 of file uintwide_t.h.
|
inlineexplicit |
Definition at line 5452 of file uintwide_t.h.
|
inlinenoexcept |
Definition at line 5457 of file uintwide_t.h.
|
inline |
Definition at line 5485 of file uintwide_t.h.
|
inline |
Definition at line 5486 of file uintwide_t.h.
|
inline |
Definition at line 5490 of file uintwide_t.h.
|
inline |
Definition at line 5501 of file uintwide_t.h.
|
inline |
Definition at line 5461 of file uintwide_t.h.
|
inlinenoexcept |
Definition at line 5471 of file uintwide_t.h.
|
inline |
Definition at line 5483 of file uintwide_t.h.
|
inline |
Definition at line 5478 of file uintwide_t.h.