|
OpenVPN 3 Core Library
|
Public Types | |
| using | result_type = T |
Public Member Functions | |
| FakeRNG (std::vector< T > values) | |
| result_type | operator() () |
| size_t | call_count () const |
Static Public Member Functions | |
| static constexpr result_type | min () |
| static constexpr result_type | max () |
Private Attributes | |
| std::vector< T > | values_ |
| size_t | call_count_ = 0 |
Definition at line 14 of file test_randbytestore.cpp.
| using FakeRNG< T >::result_type = T |
Definition at line 17 of file test_randbytestore.cpp.
Definition at line 19 of file test_randbytestore.cpp.
|
inline |
Definition at line 40 of file test_randbytestore.cpp.
|
inlinestaticconstexpr |
Definition at line 29 of file test_randbytestore.cpp.
|
inlinestaticconstexpr |
Definition at line 24 of file test_randbytestore.cpp.
|
inline |
Definition at line 34 of file test_randbytestore.cpp.
|
private |
Definition at line 47 of file test_randbytestore.cpp.
|
private |
Definition at line 46 of file test_randbytestore.cpp.