aboutsummaryrefslogtreecommitdiffstats
path: root/include/rng.h
Commit message (Expand)AuthorAgeFilesLines
* Move what is left of the uncategorized library to 'core'. There is stilllloyd2008-09-291-66/+0
* Make the declaration of clear() in base classes pure virtual. So if anlloyd2008-07-181-1/+3
* And then add an empty constructor to allow things to contine to compile.lloyd2008-07-131-0/+1
* Disable synthesized copy constructor and assignment operator forlloyd2008-07-131-0/+4
* Add interfaces for add_entropy_source and add_entropy tolloyd2008-06-281-1/+15
* Change make_rng to be a static member of RandomNumberGeneratorlloyd2008-06-281-5/+2
* New structure for entropy sources + RNGs. The entropy sources are owned bylloyd2008-06-271-4/+6
* Remove exception specifier from RandomNumberGenerator::randomizelloyd2008-06-181-1/+1
* Move the declaration of the RandomNumberGenerator base class from base.hlloyd2008-06-101-0/+46
* Remove the Global_RNG namespace, along with rng.h and rng.cpp. This waslloyd2008-04-071-32/+0
* Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep thelloyd2008-03-101-1/+1
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-141-1/+1
* Bump copyright year to 2007lloyd2007-01-201-1/+1
* Initial checkin1.5.6lloyd2006-05-181-0/+32