Changeset 248 for trunk/thune/unix
- Timestamp:
- 08/11/06 16:12:18 (2 years ago)
- Files:
-
- 1 modified
-
trunk/thune/unix/os.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/unix/os.c
r232 r248 33 33 34 34 35 unsigned long randomSeed()36 {37 unsigned long seed;38 seed = time(NULL);39 seed += clock();40 return seed;41 }42 43 44 35 /* 45 36 change-dir
