Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add copyright and license notes to pretty much every file that didn't have them, | lloyd | 2009-12-31 | 1 | -0/+6 |
* | Delete the self-test global RNG: just create one in main() and pass it | lloyd | 2008-06-28 | 1 | -10/+14 |
* | Remove uses of global PRNG from self-test and benchmark code. Assumes | lloyd | 2008-06-27 | 1 | -3/+2 |
* | Fix some -Wmissing-declarations warnings | lloyd | 2008-06-12 | 1 | -0/+5 |
* | Previously random_integer and friends used the global PRNG object to get | lloyd | 2008-05-24 | 1 | -1/+2 |
* | Remove the Global_RNG namespace, along with rng.h and rng.cpp. This was | lloyd | 2008-04-07 | 1 | -2/+2 |
* | Eliminate most uses of exit() to bail on an error; instead throw an | lloyd | 2007-02-19 | 1 | -8/+4 |
* | Revert last change to check.cpp (didn't mean to commit that) | lloyd | 2006-06-07 | 1 | -0/+18 |
* | If we find a problem during the BigInt tests, print the data in hex | lloyd | 2006-05-19 | 1 | -8/+2 |
* | Initial checkin1.5.6 | lloyd | 2006-05-18 | 1 | -0/+336 |