Public Member Functions

TriangleDistribution Class Reference

Triangle distribution. More...

#include <RandomDistribution.h>

Inheritance diagram for TriangleDistribution:
RandomDistributionBoostImplementation< boost::triangle_distribution< double > > RandomDistribution

List of all members.

Public Member Functions

 TriangleDistribution (double a=0, double b=0.5, double c=1)

Detailed Description

Triangle distribution.

The returned floating-point values x satisfy a <= x <= c; x has a triangle distribution, where b is the most probable value for x.


The documentation for this class was generated from the following file: