The Battle for Wesnoth  1.19.0-dev
Namespaces | Macros | Variables
mt_rng.cpp File Reference
#include "mt_rng.hpp"
#include "seed_rng.hpp"
#include "config.hpp"
#include "log.hpp"
#include <sstream>
#include <iomanip>
Include dependency graph for mt_rng.cpp:

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")
 

Macro Definition Documentation

◆ DBG_RND

#define DBG_RND   LOG_STREAM(debug, log_random)

Definition at line 23 of file mt_rng.cpp.

◆ ERR_RND

#define ERR_RND   LOG_STREAM(err, log_random)

Definition at line 26 of file mt_rng.cpp.

◆ LOG_RND

#define LOG_RND   LOG_STREAM(info, log_random)

Definition at line 24 of file mt_rng.cpp.

◆ WRN_RND

#define WRN_RND   LOG_STREAM(warn, log_random)

Definition at line 25 of file mt_rng.cpp.

Variable Documentation

◆ log_random

lg::log_domain log_random("random") ( "random"  )
static