#include <RandomDistribution.h>
Public Member Functions | |
TriangleDistribution (double a=0, double b=0.5, double c=1) |
The returned floating-point values x satisfy a <= x <= c; x has a triangle distribution, where b is the most probable value for x.
Definition at line 149 of file RandomDistribution.h.
Definition at line 152 of file RandomDistribution.h.