Changeset 2481 for source/ariba
- Timestamp:
 - Feb 24, 2009, 9:13:16 PM (17 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  source/ariba/Name.cpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
source/ariba/Name.cpp
r2454 r2481 140 140 Name Name::random() { 141 141 char name[17]; 142 srand( time(NULL) ); 143 142 144 for (int i=0;i<16; i++) 143 145 name[i] = ("abcdefghijklmnopqrstuvwxyz")[((unsigned)rand())%26];  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.