PRISMS-PF Manual
Loading...
Searching...
No Matches
MiscellaneousParameters Struct Reference

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}
 

Detailed Description

Struct that holds miscellaneous parameters.

Member Function Documentation

◆ postprocess_and_validate()

void MiscellaneousParameters::postprocess_and_validate ( )
inline

Postprocess and validate parameters.

◆ print_parameter_summary()

void MiscellaneousParameters::print_parameter_summary ( ) const
inline

Print parameters to summary.log.

◆ set_random_seed()

void MiscellaneousParameters::set_random_seed ( const unsigned int _random_seed)
inline

Set the random seed and initialize the RNG.

Member Data Documentation

◆ random_seed

unsigned int MiscellaneousParameters::random_seed = 2025

◆ rng

RNGEngine MiscellaneousParameters::rng {random_seed}
mutable

The documentation for this struct was generated from the following file: