C++ main module for stochmagnet Package  1.0
Classes | Typedefs
SMS_BoostUniformFunction.h File Reference
#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>
Include dependency graph for SMS_BoostUniformFunction.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ RNGUType

typedef boost::mt19937 RNGUType