#include <fast_uniform_bits.h>
Public Types | |
using | result_type = UIntType |
using | result_type = UIntType |
Public Member Functions | |
template<typename URBG > | |
result_type | operator() (URBG &g) |
template<typename URBG > | |
result_type | operator() (URBG &g) |
Static Public Member Functions | |
static constexpr result_type() | max () |
static constexpr result_type() | max () |
static constexpr result_type() | min () |
static constexpr result_type() | min () |
Private Member Functions | |
template<typename URBG > | |
result_type | Generate (URBG &g, RejectionLoopTag) |
template<typename URBG > | |
result_type | Generate (URBG &g, RejectionLoopTag) |
template<typename URBG > | |
result_type | Generate (URBG &g, SimplifiedLoopTag) |
template<typename URBG > | |
result_type | Generate (URBG &g, SimplifiedLoopTag) |
Definition at line 89 of file abseil-cpp/absl/random/internal/fast_uniform_bits.h.
using absl::random_internal::FastUniformBits< UIntType >::result_type = UIntType |
Definition at line 90 of file bloaty/third_party/abseil-cpp/absl/random/internal/fast_uniform_bits.h.
using absl::random_internal::FastUniformBits< UIntType >::result_type = UIntType |
Definition at line 91 of file abseil-cpp/absl/random/internal/fast_uniform_bits.h.
|
private |
|
private |
Definition at line 162 of file abseil-cpp/absl/random/internal/fast_uniform_bits.h.
|
private |
|
private |
Definition at line 136 of file abseil-cpp/absl/random/internal/fast_uniform_bits.h.
|
inlinestaticconstexpr |
Definition at line 93 of file bloaty/third_party/abseil-cpp/absl/random/internal/fast_uniform_bits.h.
|
inlinestaticconstexpr |
Definition at line 94 of file abseil-cpp/absl/random/internal/fast_uniform_bits.h.
|
inlinestaticconstexpr |
Definition at line 92 of file bloaty/third_party/abseil-cpp/absl/random/internal/fast_uniform_bits.h.
|
inlinestaticconstexpr |
Definition at line 93 of file abseil-cpp/absl/random/internal/fast_uniform_bits.h.
result_type absl::random_internal::FastUniformBits< UIntType >::operator() | ( | URBG & | g | ) |
FastUniformBits< UIntType >::result_type absl::random_internal::FastUniformBits< UIntType >::operator() | ( | URBG & | g | ) |
Definition at line 121 of file abseil-cpp/absl/random/internal/fast_uniform_bits.h.