#include <userver/utils/rand.hpp>
Virtualized standard UniformRandomBitGenerator concept, for use with random number distributions.
Definition at line 22 of file rand.hpp.
|
|
virtual result_type | operator() ()=0 |
| |
|
| static constexpr result_type | min () |
| |
| static constexpr result_type | max () |
| |
◆ result_type
| using utils::RandomBase::result_type = uint32_t |
◆ max()
| static constexpr result_type utils::RandomBase::max |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ min()
| static constexpr result_type utils::RandomBase::min |
( |
| ) |
|
|
inlinestaticconstexpr |
The documentation for this class was generated from the following file: