Changeset 25542 in webkit for trunk/JavaScriptCore/wtf/MathExtras.h
- Timestamp:
- Sep 13, 2007, 12:07:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/MathExtras.h
r25541 r25542 28 28 29 29 #include <math.h> 30 #include <time.h> 30 31 31 32 #if COMPILER(MSVC) … … 125 126 inline void wtf_random_init() 126 127 { 127 srand( time(0));128 srand(static_cast<unsigned>(time(0))); 128 129 } 129 130
Note:
See TracChangeset
for help on using the changeset viewer.