Spec GeometricPdf
Geometric probability density function with p = 0.5.

Extends Pdf
All Extended Pdf
Defined in <seqan/random.h>
Signature template <> class Pdf<Geometric>;

Member Function Overview

Interface Metafunction Overview

Interface Metafunctions Inherited From Pdf

Detailed Description

The PDF is implemented efficiently without using any floating point arithmetics, just some bit operations.

Member Functions Detail

Pdf::Pdf();

Constructor