class DetVar : public RandomVar

This class implements a deterministic variable

Inheritance:


Inherited from RandomVar:

Public Classes

class Exc: public BaseExc

Public Methods

static inline void init(RandNum s)
static RandomGen* changeGenerator(RandomGen *g)
static void restoreGenerator()
virtual double get(void)

Protected Fields

static RandomGen _stdgen
static RandomGen* _pstdgen
RandomGen* _gen

Documentation

This class implements a deterministic variable. The object must be initialized with an array (double[]) or a vector of values, or with a file containing the sequence of values. Each invokation of get() returns one of the numbers in the sequence.

This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de