ibsimu.hpp
Go to the documentation of this file.
rng_type_e get_rng_type(void)
Get the random number generator type.
Definition: ibsimu.hpp:217
int32_t get_message_threshold(message_type_e type)
Get message threshold level.
Definition: ibsimu.cpp:206
void set_rng_type(rng_type_e type)
Set the random number generator to use.
Definition: ibsimu.cpp:280
uint32_t get_thread_count(void)
Get the number of threads used for calculation.
Definition: ibsimu.hpp:203
void set_message_threshold(message_type_e type, int32_t level)
Set message threshold level.
Definition: ibsimu.cpp:190
bool output_is_cout()
Return if message output file is stdout.
Definition: ibsimu.cpp:184
std::ostream & set_message_output(std::ostream &os)
Set message output to stream os.
Definition: ibsimu.cpp:150
std::ostream & message(message_type_e type, int32_t level)
Print message output.
Definition: ibsimu.cpp:111
void set_thread_count(uint32_t threadcount)
Set the number of threads used for calculation.
Definition: ibsimu.cpp:272
Definition: ibsimu.hpp:98