2.5 Base class public API
Below are excerpted a few public methods of class RandomVariable
that access the next value in the substream.
|   | |   |   /**
   * \brief Returns a random double from the underlying distribution
   * \return A floating point random value
   */
  double GetValue (void) const;
  
  /**
   * \brief Returns a random integer integer from the underlying distribution
   * \return  Integer cast of ::GetValue()
   */
  uint32_t GetInteger (void) const;
  |   
 | 
We have already described the seeding configuration above.  Different
RandomVariable subclasses may have additional API.
 
  This document was generated on August 20, 2010 using texi2html 1.82.