Class
PdfProbability Density Function
Probability Density Function
| All Subcl's | BetaPdf, GeometricPdf, LogNormalPdf, NormalPdf, UniformPdf |
|---|---|
| Defined in | <seqan/random.h> |
| Signature |
template <typename TSpec>
class Pdf;
|
Template Parameters
TSpec |
Tag for selecting the specialization. |
|---|
Interface Metafunction Overview
-
Value<TPdf>::TypeValue type of a Pdf.
Detailed Description
This class is used together with Rng in the function pickRandomNumber. See the SeqAn Randomness Tutorial for more details.