#include "mt_rng.hpp"
#include "seed_rng.hpp"
#include "config.hpp"
#include "log.hpp"
#include <sstream>
#include <iomanip>
Go to the source code of this file.
Namespaces | |
randomness | |
Macros | |
#define | DBG_RND LOG_STREAM(debug, log_random) |
#define | LOG_RND LOG_STREAM(info, log_random) |
#define | WRN_RND LOG_STREAM(warn, log_random) |
#define | ERR_RND LOG_STREAM(err, log_random) |
Variables | |
static lg::log_domain | log_random ("random") |
#define DBG_RND LOG_STREAM(debug, log_random) |
Definition at line 23 of file mt_rng.cpp.
#define ERR_RND LOG_STREAM(err, log_random) |
Definition at line 26 of file mt_rng.cpp.
#define LOG_RND LOG_STREAM(info, log_random) |
Definition at line 24 of file mt_rng.cpp.
#define WRN_RND LOG_STREAM(warn, log_random) |
Definition at line 25 of file mt_rng.cpp.
|
static |