CHROMA
|
Set the RNG seed. More...
#include <inline_rng.h>
Public Member Functions | |
~InlineMeas () | |
InlineMeas (const Params &p) | |
InlineMeas (const InlineMeas &p) | |
unsigned long | getFrequency (void) const |
Tell me how often I should measure this beastie. More... | |
void | operator() (const unsigned long update_no, XMLWriter &xml_out) |
Do the writing. More... | |
Public Member Functions inherited from Chroma::AbsInlineMeasurement | |
virtual | ~AbsInlineMeasurement (void) |
Virtual Destructor. More... | |
Private Attributes | |
Params | params |
Set the RNG seed.
Definition at line 34 of file inline_rng.h.
|
inline |
Definition at line 37 of file inline_rng.h.
|
inline |
Definition at line 38 of file inline_rng.h.
|
inline |
Definition at line 39 of file inline_rng.h.
|
inlinevirtual |
Tell me how often I should measure this beastie.
Implements Chroma::AbsInlineMeasurement.
Definition at line 41 of file inline_rng.h.
References Chroma::InlineSetRNGEnv::Params::frequency, and params.
|
virtual |
Do the writing.
Implements Chroma::AbsInlineMeasurement.
Definition at line 76 of file inline_rng.cc.
References Chroma::END_CODE(), Chroma::InlineSetRNGEnv::name, params, Chroma::pop(), Chroma::push(), Chroma::InlineSetRNGEnv::Params::ran_seed, setrn(), Chroma::START_CODE(), and Chroma::write().
|
private |
Definition at line 48 of file inline_rng.h.
Referenced by getFrequency(), and operator()().