In file mydocsrc/iml_rand.h:

class unit_uniform_rv

This is the base class for uniform random variable objects

Inheritance:

unit_uniform_rv


Public Methods

virtual double sample (void)
The function must be over-ridden in derived classes
virtual void seed (long Seed)
This function is used to set the random variable seed.

Documentation

This is the base class for uniform random variable objects. It is intended to be used to generate other distributions. The base class provides a one-member-function interface for one or more functions. Any public domain random number generator with decent properties will do.
virtual double sample(void)
The function must be over-ridden in derived classes. Draws a sample from the distribution.


Direct child classes:
matsumoto_MT19937B
fsultra

alphabetic index hierarchy of classes


generated by doc++