Uniform distributed integers in the range [a,b]. More...
#include <RandomDistribution.h>
Public Member Functions | |
| ClippedDistribution (RandomDistribution const &dist, double a, double b, size_t n=1) | |
| virtual double | get (RandomEngine &eng) |
| virtual RandomDistribution * | clone (void) const |
Uniform distributed integers in the range [a,b].
1.7.1