Changeset 2801 for source/ariba/utility/system
- Timestamp:
- Apr 16, 2009, 10:43:02 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/system/StartupWrapper.cpp
r2800 r2801 78 78 if( initialized ) return; 79 79 initialized = true; 80 81 // 82 // having seeded the pseudo rng is always good 83 // 84 85 srand( time(NULL) ); 80 86 81 87 //
Note:
See TracChangeset
for help on using the changeset viewer.