- Timestamp:
 - May 1, 2018, 3:26:30 PM (8 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/Protocol.pas (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/Protocol.pas
r120 r129 1769 1769 Temp: LongInt; 1770 1770 begin 1771 Temp := LongInt( 134775813 * DelphiRandSeed+ 1);1772 DelphiRandSeed := Temp;1771 Temp := LongInt(Int64(134775813) * Int64(DelphiRandSeed) + 1); 1772 DelphiRandSeed := LongInt(Temp); 1773 1773 Result := (UInt64(Cardinal(pi_Max)) * UInt64(Cardinal(Temp))) shr 32; 1774 1774 end;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  