aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/cms_dec.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move rng.{cpp,h} from core to rng/ topdirlloyd2008-10-261-3/+2
| | | | | | | | | | | | | | Add a new class AutoSeeded_RNG that is a RandomNumberGenerator that wraps up the logic formerly in RandomNumberGenerator::make_rng. make_rng in fact now just returns a new AutoSeeded_RNG object. AutoSeeded_RNG is a bit more convenient because - No need to use auto_ptr - No need to dereference (same syntax everywhere - it's an underestimated advantage imo) Also move the code from timer/timer_base to timer/
* Update examples for recent API changeslloyd2008-10-081-1/+7
|
* Drop old Makefile. Move tests to examples directory.lloyd2008-09-281-0/+111