aboutsummaryrefslogtreecommitdiffstats
path: root/checks/validate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use the Timer class for all benchmarkinglloyd2008-09-051-3/+12
* Delete the self-test global RNG: just create one in main() and pass itlloyd2008-06-281-9/+14
* Remove uses of global PRNG from self-test and benchmark code. Assumeslloyd2008-06-271-2/+2
* Fix some -Wmissing-declarations warningslloyd2008-06-121-0/+6
* Add a full set of tests for the ANSI X9.31 PRNG, using data takenlloyd2008-06-071-1/+1
* Remove the Global_RNG namespace, along with rng.h and rng.cpp. This waslloyd2008-04-071-2/+2
* Remove several uses of old style C casts in favor of C++98's static_cast and lloyd2007-10-191-1/+1
* Eliminate most uses of exit() to bail on an error; instead throw anlloyd2007-02-191-12/+5
* Remove the public domain notices from the self-test/benchmark code,lloyd2006-08-091-1/+0
* Initial checkin1.5.6lloyd2006-05-181-0/+298