Skip to content

Class Ase::AutoSeeder

ClassList > Ase > AutoSeeder

AutoSeeder provides non-deterministic seeding entropy.

  • #include <randomhash.hh>

Public Functions

Type Name
void generate (RandomAccessIterator begin, RandomAccessIterator end)
Fill the range [begin, end) with random unsigned integer values.
uint64 operator() () const
Generate non-deterministic 64bit random value.

Public Static Functions

Type Name
uint64 random ()
Generate non-deterministic 64bit random value.

Public Functions Documentation

function generate

template<typename RandomAccessIterator>
inline void Ase::AutoSeeder::generate (
    RandomAccessIterator begin,
    RandomAccessIterator end
) 

function operator()

inline uint64 Ase::AutoSeeder::operator() () const

Public Static Functions Documentation

function random

static inline uint64 Ase::AutoSeeder::random () 


The documentation for this class was generated from the following file /__w/anklang/anklang/ase/randomhash.hh