BioCMAMC-ST
init_rng_seed.hpp
1#ifndef __CORE_RNG_SEED_HPP__
2#define __CORE_RNG_SEED_HPP__
3
4#include <common/execinfo.hpp>
5#include <cstdint>
6namespace Core
7{
8 uint64_t get_rng_seed([[maybe_unused]] const ExecInfo& info);
9} // namespace Core
10#endif
Core component to perform simulation.
Definition data_exporter.hpp:38
uint64_t get_rng_seed(const ExecInfo &info)
Definition init_rng_seed.cpp:12