Changeset 3408 in Sophya for trunk/SophyaLib/BaseTools


Ignore:
Timestamp:
Nov 23, 2007, 11:54:28 PM (18 years ago)
Author:
ansari
Message:

modifs commentaires pour doc par doxygen - Reza 23/11/2007

Location:
trunk/SophyaLib/BaseTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/srandgen.c

    r3364 r3408  
    428428
    429429
    430 /*!
    431   \ingroup  BaseTools
    432   \class SOPHYA::RandomGenerator
    433   \brief Random number generator
    434  
    435   This is a class with static methods, providing an alternative interface
    436   to random number generations functions declared in srandgen.h.
    437 
    438   \sa frand01 drand01 frandpm1 drandpm1
    439   \sa GauRnd PoissRand
    440   \sa Ini_Ranf_Quick Ini_Ranf Get_Ranf Auto_Ini_Ranf
    441 */
    442430
    443431/*==========================================================================*/
  • trunk/SophyaLib/BaseTools/stsrand.cc

    r3403 r3408  
    1111   \class RandomGenerator
    1212   \ingroup BaseTools
     13   \brief Random number generator
     14
    1315   This class is a thread-safe random number generator.
    1416   Its PPF handler can be used to save the complete state of the class and the underlying
     
    1618
    1719   \sa SOPHYA::ObjFileIO<RandomGenerator>
     20
     21   \sa frand01 drand01 frandpm1 drandpm1
     22   \sa GauRnd PoissRand
     23   \sa Ini_Ranf_Quick Ini_Ranf Get_Ranf Auto_Ini_Ranf
     24
    1825
    1926*/
Note: See TracChangeset for help on using the changeset viewer.