C++ main module for stochmagnet Package
1.0
|
#include "SM_TemplatedStochasticFunction.h"
#include "SMS_BoostRandomFunction.h"
#include <boost/random/normal_distribution.hpp>
#include <boost/random/variate_generator.hpp>
#include <boost/random/mersenne_twister.hpp>
Go to the source code of this file.
Classes | |
class | SMS_BoostNormalFunction |
This class implements a stochastic function with a normal law implemented from the boost library. More... | |