Changeset 4437 for source/ariba/utility
- Timestamp:
 - Jun 22, 2009, 5:29:18 PM (16 years ago)
 - Location:
 - source/ariba/utility/types
 - Files:
 - 
      
- 2 edited
 
- 
          
  Identifier.cpp (modified) (2 diffs)
 - 
          
  Identifier.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
source/ariba/utility/types/Identifier.cpp
r3705 r4437 600 600 Identifier Identifier::random() { 601 601 Identifier newKey = ZERO; 602 newKey.clearAddress(); 602 603 603 604 //as mpn_random has no seeding function … … 612 613 613 614 newKey.trim(); 615 assert(!newKey.isUnspecified()); 616 614 617 return newKey; 615 618 }  - 
      
source/ariba/utility/types/Identifier.h
r3690 r4437 42 42 #include <memory> 43 43 #include <string> 44 #include <cassert> 44 45 #include <gmp.h> 45 46 #include <boost/cstdint.hpp>  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.