Public Member Functions

ClippedDistribution Class Reference

Uniform distributed integers in the range [a,b]. More...

#include <RandomDistribution.h>

Inheritance diagram for ClippedDistribution:
RandomDistribution

List of all members.

Public Member Functions

 ClippedDistribution (RandomDistribution const &dist, double a, double b, size_t n=1)
virtual double get (RandomEngine &eng)
virtual RandomDistributionclone (void) const

Detailed Description

Uniform distributed integers in the range [a,b].


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