#include "random_new.hpp"
#include "log.hpp"
#include <cassert>
#include <stdlib.h>
#include <boost/random/mersenne_twister.hpp>
#include <time.h>
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") |
rng * | random_new::generator = &rng::default_instance() |
This generator is automatically synced during synced context. More... | |
#define DBG_RND LOG_STREAM(debug, log_random) |
Definition at line 25 of file random_new.cpp.
#define ERR_RND LOG_STREAM(err, log_random) |
Definition at line 28 of file random_new.cpp.
#define LOG_RND LOG_STREAM(info, log_random) |
Definition at line 26 of file random_new.cpp.
#define WRN_RND LOG_STREAM(warn, log_random) |
Definition at line 27 of file random_new.cpp.
|
static |