#include <boost/random.hpp>
#include <boost/version.hpp>
Include dependency graph for random.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | salt |
Classes | |
class | salt::RandomEngine |
A wrapper to a boost random number generator. More... | |
class | salt::UniformRNG< RealType > |
This random number generator should be used to produce uniformly distributed random numbers. More... | |
class | salt::NormalRNG< RealType > |
A random number generator producing normally distributed numbers. More... | |
class | salt::ExponentialRNG< RealType > |
A random number generator with an exponential distribution. More... |