|
Zero
0.1.0
|
Seed generator using a non-deterministic source for PRNGs. More...
#include <page_evictioner_selector_random.hpp>
Static Private Member Functions | |
| static seed_type | getSeed () noexcept |
| Defined to prevent call of this in generic class. More... | |
Seed generator using a non-deterministic source for PRNGs.
A seed generator for pseudorandom numbers generators that can be used as class template argument and called at runtime through its static member function getSeed().
It uses the std::random_device provided by the C++ Standard Library.
| seed_type | The datatype of the seed generated by this (currently supported are uint32_t , uint64_t and __uint128_t ). |
|
inlinestaticprivatenoexcept |
Defined to prevent call of this in generic class.
1.8.12