summaryrefslogtreecommitdiff
path: root/src/core/random.h
Commit message (Collapse)AuthorAge
* Taskq implementation.Garrett D'Amore2017-02-18
|
* New ISAAC pRNG. This replaces other local hacks for random data.Garrett D'Amore2017-01-08
Platforms must seed the pRNGs by offering an nni_plat_seed_prng() routine. Implementations for POSIX using various options (including the /dev/urandom device) are supplied.