#include <RandomSeedLogger.h>
Inheritance diagram for clRandomSeedLogger:
Public Member Functions | |
void | Action () |
Does nothing. | |
clRandomSeedLogger (clSimManager *p_oSimManager) | |
Constructor. | |
Protected Member Functions | |
void | GetData (xercesc::DOMDocument *p_oDoc) |
Writes the log with the random seed value. |
It will log the actual random seed of a run in a file called "RandomSeed.txt". This is useful if you want to be able to go back and replicate a run exactly but 0 was specified in the parameter file as the random seed.
Copyright 2003 Charles D. Canham.
clRandomSeedLogger::clRandomSeedLogger | ( | clSimManager * | p_oSimManager | ) |
Constructor.
p_oSimManager | Sim manager object. |
void clRandomSeedLogger::GetData | ( | xercesc::DOMDocument * | p_oDoc | ) | [protected, virtual] |
Writes the log with the random seed value.
p_oDoc | Parsed parameter file object. |
Implements clWorkerBase.