#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.
|
|
Constructor.
|
|
|
Writes the log with the random seed value.
Implements clWorkerBase. |
1.4.6-NO