rand/rand.[ch]: Add external `rand_quick' function.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000 (09:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 4 Jun 2016 13:55:22 +0000 (14:55 +0100)
commitf1da6683c88aa279a6350122d96856185d581925
tree80a95c09f0d3c25b9c472b5fbc9713e6ca2baeb3
parent53073dfb7fc2dd06c572e303fcae164cabdd4ba2
rand/rand.[ch]: Add external `rand_quick' function.

This is a function which can be called frequently to top up the internal
entropy.

Internally, rename `TIMER' to `QUICK', and call the internal `quick'
function as well as the noise-source timer.  The `quick' core currently
doesn't do anything, but will act as a dispatcher to CPU-specific
entropy sources.
rand/rand.c
rand/rand.h