This template allos an easy construction of a RandomDistribution based on a boost::random based distribution. More...
#include <RandomDistributionBase.h>
Public Member Functions | |
RandomDistributionBoostImplementation (boost_dist const &d) | |
virtual double | get (RandomEngine &eng) |
virtual RandomDistribution * | clone (void) const |
Protected Types | |
typedef boost_dist | boost_dist_t |
This template allos an easy construction of a RandomDistribution based on a boost::random based distribution.