Split code into modules, handle USR1, minor fixes.
authorJustin Wind <justin.wind@gmail.com>
Thu, 21 Feb 2013 01:33:57 +0000 (17:33 -0800)
committerJustin Wind <justin.wind@gmail.com>
Fri, 22 Feb 2013 02:30:14 +0000 (18:30 -0800)
Dump current reservoir buffers eventually after receiving USR1 signal.
buf_t, reservoir_t, and randomness now each have their own respective modules.
Reads and writes are now EINTR safe.
Randomness source now defaults to system PRNG.
Reservoirs might now be growable -- implmented but untested.


No differences found