aboutsummaryrefslogtreecommitdiff
path: root/src/core/random.c
Commit message (Collapse)AuthorAge
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
|
* 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.