Public Types | |
| using | result_type = T |
Public Member Functions | |
| result_type | operator() () |
| SeederTestEngine & | operator= (const SeederTestEngine &)=default |
| SeederTestEngine & | operator= (SeederTestEngine &&)=default |
| template<class SeedSequence > | |
| void | seed (SeedSequence &&seq) |
| SeederTestEngine (const SeederTestEngine &)=default | |
| SeederTestEngine (SeederTestEngine &&)=default | |
| template<class SeedSequence , typename = typename absl::enable_if_t< !std::is_same<SeedSequence, SeederTestEngine>::value>> | |
| SeederTestEngine (SeedSequence &&seq) | |
Static Public Member Functions | |
| static constexpr result_type() | max () |
| static constexpr result_type() | min () |
Public Attributes | |
| T | state [2] |
Definition at line 199 of file bloaty/third_party/abseil-cpp/absl/random/internal/nonsecure_base_test.cc.
| using SeederTestEngine< T >::result_type = T |
Definition at line 200 of file bloaty/third_party/abseil-cpp/absl/random/internal/nonsecure_base_test.cc.
|
inlineexplicit |
Definition at line 212 of file bloaty/third_party/abseil-cpp/absl/random/internal/nonsecure_base_test.cc.
|
default |
|
default |
|
inlinestaticconstexpr |
Definition at line 205 of file bloaty/third_party/abseil-cpp/absl/random/internal/nonsecure_base_test.cc.
|
inlinestaticconstexpr |
Definition at line 202 of file bloaty/third_party/abseil-cpp/absl/random/internal/nonsecure_base_test.cc.
|
inline |
Definition at line 221 of file bloaty/third_party/abseil-cpp/absl/random/internal/nonsecure_base_test.cc.
|
default |
|
default |
|
inline |
Definition at line 224 of file bloaty/third_party/abseil-cpp/absl/random/internal/nonsecure_base_test.cc.
| T SeederTestEngine< T >::state[2] |
Definition at line 229 of file bloaty/third_party/abseil-cpp/absl/random/internal/nonsecure_base_test.cc.