Spec
Uniform PdfUniform distribution probability density function over a closed interval [min, max];
Uniform distribution probability density function over a closed interval [min, max];
| Extends | |
|---|---|
| All Extended | |
| Defined in | <seqan/random.h> |
| Signature |
template <typename T>
class Pdf<Uniform<T> >;
|
Template Parameters
T |
The number type to use (integer or floating point). |
|---|
Member Function Overview
-
Pdf::Pdf(min, max);Constructor for uniform Pdf.
Member Functions Detail
Pdf::Pdf(min, max);
Constructor for uniform Pdf.
Parameters
min
|
The smallest value of the interval, of the Value type of the Pdf. |
|---|---|
max
|
The largest value of the interval, of the Value type of the Pdf. |
Data Races
Thread safety unknown!