Spec
GeometricPdfGeometric probability density function with p = 0.5.
Geometric probability density function with p = 0.5.
| Extends | |
|---|---|
| All Extended | |
| Defined in | <seqan/random.h> |
| Signature |
template <>
class Pdf<Geometric>;
|
Member Function Overview
-
Pdf::Pdf();Constructor
Detailed Description
The PDF is implemented efficiently without using any floating point arithmetics, just some bit operations.
Member Functions Detail
Pdf::Pdf();
Constructor
Data Races
Thread safety unknown!