class scalar_rv This is the base class for scalar random variable objects
| | reset (float, float) This function must be over-ridden by a derived class |
| | sample (void) The function must be over-ridden in derived classes |
|
| scalar_rv (void) This is the (default) constructor. |
|
| seed (long Seed) This function is used to set the random variable seed. |
This is the base class for scalar random variable objects. It provides virtual functions which define an interface for talking to random variables.
virtual void reset(float, float)
generated by doc++