23#if !defined(LOOS_UTILS_RANDOM_HPP)
24#define LOOS_UTILS_RANDOM_HPP
26#include <boost/random.hpp>
27#include <loos_defs.hpp>
31 typedef boost::mt19937 base_generator_type;
Namespace for most things not already encapsulated within a class.
Definition version.cpp:3
uint randomSeedRNG(void)
Randomly seeds the RNG.
Definition utils_random.cpp:36
base_generator_type & rng_singleton(void)
Suite-wide random number generator singleton.
Definition utils_random.cpp:27