|
Monte Carlo Integration Library 1.0
High-performance Monte Carlo methods for numerical integration and optimization
|
#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | mc |
| namespace | mc::rng |
Functions | |
| bool | mc::rng::set_global_seed (std::uint32_t s) |
| Set the global seed used by all library RNG components. | |
| std::uint32_t | mc::rng::get_global_seed () |
| Get the current global seed. | |
| bool | mc::rng::is_global_seed_initialized () |
| Check whether the global seed has been explicitly initialized. | |