Ase::AutoSeeder class

AutoSeeder provides non-deterministic seeding entropy.

Public static functions

static auto random() →  uint64
Generate non-deterministic 64bit random value.

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.