- Timestamp:
 - Jul 22, 2020, 4:04:03 PM (5 years ago)
 - Branches:
 - ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
 - Children:
 - 9304ca2
 - Parents:
 - a82a8f4
 - File:
 - 
      
- 1 edited
 
- 
          
  doc/theses/thierry_delisle_PhD/code/utils.hpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
doc/theses/thierry_delisle_PhD/code/utils.hpp
ra82a8f4 rc0587193 76 76 static constexpr const uint64_t ai = extendedEuclidX(A, M); 77 77 public: 78 Random( int seed) {78 Random(unsigned int seed) { 79 79 this->x = seed * a; 80 80 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.