Simpact Cyan
Population based event driven simulation using mNRM
Public Member Functions | List of all members
ProbabilityDistribution Class Referenceabstract

Abstract base class for probability distribution implementations so that they can be used interchangeably. More...

#include <probabilitydistribution.h>

Inheritance diagram for ProbabilityDistribution:
Inheritance graph
[legend]

Public Member Functions

virtual double pickNumber () const =0
 Pick a number according to a specific distrubution, specified in a subclass of ProbabilityDistribution . More...
 

Detailed Description

Abstract base class for probability distribution implementations so that they can be used interchangeably.

Member Function Documentation

virtual double ProbabilityDistribution::pickNumber ( ) const
pure virtual

The documentation for this class was generated from the following file: