Anklang-0.3.0.dev551+gad1415e2 anklang-0.3.0.dev551+gad1415e2
ASE — Anklang Sound Engine (C++)

« « « Anklang Documentation
Loading...
Searching...
No Matches
Namespaces | Functions
entropy.hh File Reference
#include <ase/cxxaux.hh>

Go to the source code of this file.

Namespaces

namespace  Ase
 The Anklang C++ API namespace.
 

Functions

void Ase::collect_runtime_entropy (uint64 *data, size_t n)
 To provide good quality random number seeds, this function gathers entropy from a variety of process specific sources.
 
void Ase::collect_system_entropy (uint64 *data, size_t n)
 This function adds to collect_runtime_entropy() by collecting entropy from aditional but potentially slower system sources, such as interrupt counters, disk + network statistics, system load, execution + pipelining + scheduling latencies and device MACs.