Changeset 3408 in Sophya for trunk/SophyaLib/BaseTools
- Timestamp:
- Nov 23, 2007, 11:54:28 PM (18 years ago)
- Location:
- trunk/SophyaLib/BaseTools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/srandgen.c
r3364 r3408 428 428 429 429 430 /*!431 \ingroup BaseTools432 \class SOPHYA::RandomGenerator433 \brief Random number generator434 435 This is a class with static methods, providing an alternative interface436 to random number generations functions declared in srandgen.h.437 438 \sa frand01 drand01 frandpm1 drandpm1439 \sa GauRnd PoissRand440 \sa Ini_Ranf_Quick Ini_Ranf Get_Ranf Auto_Ini_Ranf441 */442 430 443 431 /*==========================================================================*/ -
trunk/SophyaLib/BaseTools/stsrand.cc
r3403 r3408 11 11 \class RandomGenerator 12 12 \ingroup BaseTools 13 \brief Random number generator 14 13 15 This class is a thread-safe random number generator. 14 16 Its PPF handler can be used to save the complete state of the class and the underlying … … 16 18 17 19 \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 18 25 19 26 */
Note:
See TracChangeset
for help on using the changeset viewer.