Class Pdf
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

Detailed Description

This class is used together with Rng in the function pickRandomNumber. See the SeqAn Randomness Tutorial for more details.

Interface Metafunctions Detail

Value<TPdf>::Type

Value type of a Pdf.

Template Parameters

TPdf The Pdf for the value type.

Returns

Type The value type of the Pdf.