Monte Carlo Integration Library 1.0
High-performance Monte Carlo methods for numerical integration and optimization
Namespaces | Functions
rng_global.hpp File Reference
#include <cstdint>
Include dependency graph for rng_global.hpp:
This graph shows which files directly or indirectly include this file:

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.