Changeset 584
- Timestamp:
- 11/19/2008 1:12:27 AM (5 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Manager/EntropySource.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Manager/EntropySource.cs
r553 r584 581 581 uint poolLength = (uint)(pool.Length / sizeof(uint)); 582 582 while (poolLength-- != 0) 583 *pPool = (uint)(*pPool++ ^ u nchecked((uint)-1));583 *pPool = (uint)(*pPool++ ^ uint.MaxValue); 584 584 } 585 585 }
Note: See TracChangeset
for help on using the changeset viewer.
