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