![]() |
PRISMS-PF Manual
|
Struct that holds miscellaneous parameters. More...
#include <miscellaneous_parameters.h>
Public Member Functions | |
| void | postprocess_and_validate () |
| Postprocess and validate parameters. | |
| void | print_parameter_summary () const |
| Print parameters to summary.log. | |
| void | set_random_seed (const unsigned int &_random_seed) |
| Set the random seed and initialize the RNG. | |
Public Attributes | |
| unsigned int | random_seed = 2025 |
| RNGEngine | rng {random_seed} |
Struct that holds miscellaneous parameters.
|
inline |
Postprocess and validate parameters.
|
inline |
Print parameters to summary.log.
Set the random seed and initialize the RNG.
|
mutable |