1#ifndef MONTECARLO_RNG_GLOBAL_HPP
2#define MONTECARLO_RNG_GLOBAL_HPP
bool is_global_seed_initialized()
Check whether the global seed has been explicitly initialized.
bool set_global_seed(std::uint32_t s)
Set the global seed used by all library RNG components.
std::uint32_t get_global_seed()
Get the current global seed.