The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Macros | Variables
random_new_synced.cpp File Reference
#include "random_new_synced.hpp"
#include "log.hpp"
Include dependency graph for random_new_synced.cpp:

Go to the source code of this file.

Namespaces

 random_new
 

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

#define DBG_RND   LOG_STREAM(debug, log_random)

Definition at line 18 of file random_new_synced.cpp.

#define ERR_RND   LOG_STREAM(err, log_random)

Definition at line 21 of file random_new_synced.cpp.

#define LOG_RND   LOG_STREAM(info, log_random)

Definition at line 19 of file random_new_synced.cpp.

Referenced by random_new::synced_rng::next_random_impl().

#define WRN_RND   LOG_STREAM(warn, log_random)

Definition at line 20 of file random_new_synced.cpp.

Variable Documentation

lg::log_domain log_random("random")
static