Ignore:
Timestamp:
Aug 9, 2010, 7:31:12 PM (15 years ago)
Author:
ansari
Message:

MAJ commentaires pour doxygen, passage methode Next() en pure virtual (=0), Reza 09/08/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/randinterf.h

    r3615 r3838  
    137137
    138138protected:
    139   //! Return a random number in [0,1]
    140   virtual r_8 Next();
     139  /*! \brief Should return a random number in the range [0,1] with flat distribution
     140
     141     This pure virtual method should be implemented by inheriting classes  */
     142  virtual r_8 Next() = 0;
    141143
    142144// Selection de type d'algo pour les aleatoires autres que plates
Note: See TracChangeset for help on using the changeset viewer.