Changeset 3889 in Sophya for trunk/SophyaLib/BaseTools/stsrand.cc
- Timestamp:
- Sep 27, 2010, 11:24:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/stsrand.cc
r3619 r3889 14 14 \brief Random number generator 15 15 16 \warning This class is OBSOLETE. Use ThSDR48RandGen instead. 16 17 This class is a thread-safe random number generator. 17 18 Its PPF handler can be used to save the complete state of the class and the underlying … … 32 33 STSRandGen::STSRandGen(size_t n, bool tsafe) 33 34 { 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 34 38 if (ths_rand == NULL) ths_rand = new ThSafeOp; 35 39 if (tsafe) { // thread-safe
Note:
See TracChangeset
for help on using the changeset viewer.