aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/rng.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace C interfaces in cli apps with C++ interfacesSimon Warta2015-12-081-9/+11
* New reseed_with_sources call on RNGsJack Lloyd2015-11-241-1/+1
* Replace \n by std::endl in /src/cmdSimon Warta2015-06-231-5/+5
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-2/+3
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Add an easy way to directly use the system PRNG.lloyd2014-12-021-0/+8
* Command line prog cleanuplloyd2014-11-121-1/+7
* Add rng command which can dump RNG outputs or raw entropy sampleslloyd2014-03-221-0/+51