This is the base class for uniform random variable objects
![]() | sample (void) The function must be over-ridden in derived classes |
![]() | seed (long Seed) This function is used to set the random variable seed. |
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.
generated by doc++