versatile-mcmc  0.1.7
Classes | Typedefs
random.hpp File Reference

Contains the prototype class for thread-safe random number generators. More...

#include <vmcmc/logger.hpp>
#include <random>
#include <type_traits>
#include <cmath>
#include <atomic>
#include <thread>
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/triangular.hpp>
Include dependency graph for random.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vmcmc::RandomPrototype< EngineT >
 A thread-safe interface for STL style pesudo random number generators (PRNG). More...
 

Typedefs

using vmcmc::Random = RandomPrototype< std::mt19937 >
 Typedef for the default random number generator, based on the Mersenne Twister.
 

Detailed Description

Contains the prototype class for thread-safe random number generators.

Date
27.07.2016
Author
marco.nosp@m.@kle.nosp@m.esiek.nosp@m..com