Changeset 248 for trunk/thune/win32
- Timestamp:
- 08/11/06 16:12:18 (2 years ago)
- Files:
-
- 1 modified
-
trunk/thune/win32/os.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/win32/os.c
r232 r248 27 27 #include "urlan.h" 28 28 #include "internal.h" 29 30 31 unsigned long randomSeed()32 {33 unsigned long seed;34 seed = time(NULL);35 seed += clock();36 return seed;37 }38 29 39 30
