C++ main module for stochmagnet Package
1.0
|
#include "SM_TemplatedStochasticFunction.h"
#include "SMS_BoostRandomFunction.h"
#include <boost/math/distributions/uniform.hpp>
#include <boost/random/uniform_real.hpp>
#include <boost/random/variate_generator.hpp>
Go to the source code of this file.
Classes | |
class | SMS_BoostUniformFunction |
This class implements a stochastic function with a normal law implemented from the boost library. More... | |
Typedefs | |
typedef boost::mt19937 | RNGUType |
typedef boost::mt19937 RNGUType |