Changeset 3889 in Sophya for trunk/SophyaLib/BaseTools/stsrand.cc


Ignore:
Timestamp:
Sep 27, 2010, 11:24:10 PM (15 years ago)
Author:
ansari
Message:

correction bug SetSeed() ds ThSDR48RandGen + retag en V2_2, Reza 27/09/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/stsrand.cc

    r3619 r3889  
    1414   \brief Random number generator
    1515
     16   \warning This class is OBSOLETE. Use ThSDR48RandGen instead.
    1617   This class is a thread-safe random number generator.
    1718   Its PPF handler can be used to save the complete state of the class and the underlying
     
    3233STSRandGen::STSRandGen(size_t n, bool tsafe)
    3334{
     35  cout << " STSRandGen::STSRandGen()/Warning : this class is OBSOLETE. Use ThSDR48RandGen !" << endl;
     36  cout << " STSRandGen::STSRandGen()/Warning : this class is OBSOLETE. Use ThSDR48RandGen !" << endl;
     37
    3438  if (ths_rand == NULL)  ths_rand = new ThSafeOp;
    3539  if (tsafe) {   // thread-safe
Note: See TracChangeset for help on using the changeset viewer.