class <RandomVariable/Uniform> UniformRandomVariable : public RandomVariable


Inheritance:


Public Methods

double max()
double* maxp()
double min()
double* minp()
void setmax(double d)
void setmin(double d)
UniformRandomVariable(double, double)
UniformRandomVariable()
virtual double value()

Private Fields

double max_
double min_

Inherited from RandomVariable:

Public Methods

int command(int argc, const char*const* argv)

Protected Fields

RNG* rng_

Documentation

virtual double value()

UniformRandomVariable()

UniformRandomVariable(double, double)

double* minp()

double* maxp()

double min()

double max()

void setmin(double d)

void setmax(double d)

double min_

double max_


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

Adapted for the NS documentation page

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