Changeset 3192 for code/branches/pch/src/core/Core.cc
- Timestamp:
- Jun 18, 2009, 10:00:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/core/Core.cc
r3166 r3192 367 367 if (!bInitialized && this->bInitializeRandomNumberGenerator_) 368 368 { 369 srand( time(0));369 srand(static_cast<unsigned int>(time(0))); 370 370 rand(); 371 371 bInitialized = true;
Note: See TracChangeset
for help on using the changeset viewer.