aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/rng/system_rng/system_rng.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-4/+4
* Push the hardcoded entropy estimates up to build.hJack Lloyd2015-11-281-5/+5
* New reseed_with_sources call on RNGsJack Lloyd2015-11-241-5/+19
* Add System_RNG which is an instantiatable RNG that uses the system RNGJack Lloyd2015-10-151-8/+8
* rng: Add missing overridesDaniel Seither2015-07-301-6/+6
* Centralize where string.h/cstring is included to mem_ops.hlloyd2015-01-231-1/+0
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Fix System_RNG for Windows, fix nmake clean targetlloyd2014-12-221-2/+2
* Enable system_rng on Windows and MinGW (untested)lloyd2014-12-211-5/+6
* Untested support for using CryptGenRandom in System_RNGlloyd2014-12-061-0/+32
* Add an easy way to directly use the system PRNG.lloyd2014-12-021-0/+79