code cleanup

This commit is contained in:
DCFApixels 2025-04-19 10:53:52 +08:00
parent 3c053b2a5e
commit 8e4c6ce552
8 changed files with 11 additions and 11 deletions

View File

@ -538,7 +538,7 @@ namespace DCFApixels.DragonECS.Internal
state ^= state >> 17; state ^= state >> 17;
state ^= state << 5; state ^= state << 5;
return state; return state;
}; }
} }
[MethodImpl(MethodImplOptions.AggressiveInlining)] [MethodImpl(MethodImplOptions.AggressiveInlining)]
public static long NextXorShiftState(long state) public static long NextXorShiftState(long state)