#include "seed_rng.hpp"
#include <boost/version.hpp>
#include <boost/nondet_random.hpp>
#include <sstream>
#include <iomanip>
Go to the source code of this file.
Namespaces | |
seed_rng | |
Macros | |
#define | SEED_RNG_USE_BOOST_RANDOM_DEVICE |
Functions | |
uint32_t | seed_rng::next_seed () |
std::string | seed_rng::next_seed_str () |
#define SEED_RNG_USE_BOOST_RANDOM_DEVICE |
Definition at line 29 of file seed_rng.cpp.