|
versatile-mcmc
0.1.7
|
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>

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. | |
Contains the prototype class for thread-safe random number generators.
1.8.11