Triangle distribution. More...
#include <RandomDistribution.h>
Public Member Functions | |
TriangleDistribution (double a=0, double b=0.5, double c=1) |
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.