Go to the source code of this file.
Classes | |
struct | Option |
Execution options. More... | |
struct | Run::Time |
Execution time-control structure. More... | |
Namespaces | |
namespace | Run |
Processing command-line and execution control parameters. | |
Functions | |
void | Run::init (int argc, char *argv[]) |
Initialize all variables, and execution options. | |
void | Run::readcmdline (int argc, char *argv[]) |
Parses command-line options. | |
int | Run::elapsed () |
time (sec) elapsed since the start of the run | |
void | Run::seed () |
seed random number generator | |
REAL | Run::rnd () |
Seeds random number. | |
REAL | Run::gauss () |
normal random number generator | |
void(*) | Run::usage () |