mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-17 17:34:36 +08:00
code cleanup
This commit is contained in:
parent
3c053b2a5e
commit
8e4c6ce552
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user