Changeset 16991 for titan/titan/filelist.h
- Timestamp:
- 07/06/12 17:07:48 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/filelist.h
r16957 r16991 733 733 if(maxfiles < 1) return NULL; 734 734 735 srand(time(NULL)); 736 int r = rand() % maxfiles; 735 int r = getrandom(maxfiles); 737 736 r++; 738 737
Note: See TracChangeset
for help on using the changeset viewer.