PKHeX/PKHeX.Core/Legality/RNG/Algorithms
Kurt a5b46d80f5 Minor tweaks
ShowdownSet: Lessen allocation
MoveTutor: Remove boxing by calling the generic method instead of object method
Xoro8b: Add more xmldoc, use positive constant instead of inverse negative for parity
StadiumUtil: Use built-in endianness reversal methods
2022-05-14 08:28:13 -07:00
..
LCRNG.cs Split RNG class into simple & enhanced 2021-03-10 22:30:30 -08:00
RNG.cs Split RNG class into simple & enhanced 2021-03-10 22:30:30 -08:00
RNGType.cs ArgumentException -> ArgumentOutOfRangeException 2021-08-21 16:51:50 -07:00
RNGUtil.cs Refactoring: Span-based value writes and method signatures (#3361) 2022-01-02 21:35:59 -08:00
Xoroshiro128Plus.cs Add logic for PLA wild RNG correlation (#3443) 2022-02-20 17:59:48 -08:00
Xoroshiro128Plus8b.cs Minor tweaks 2022-05-14 08:28:13 -07:00
XorShift128.cs Add Prev for xorshift implementation 2022-01-12 17:05:16 -08:00