class
AutoSeederAutoSeeder provides non-deterministic seeding entropy.
Public static functions
Public functions
-
template <typename RandomAccessIterator>void generate(RandomAccessIterator begin, RandomAccessIterator end)
- Fill the range [begin, end) with random unsigned integer values.
- auto operator()() const → uint64
- Generate non-deterministic 64bit random value.