PKHeX/PKHeX.Core/Legality/RNG/Algorithms
Kurt 25b217c53d Skip first iteration check of stop condition
Can unroll the loop, but would look more ugly :)
JIT will probably do it for us.

Fix <= to < for IVs
Inline temp var (start is unused after assigning to low)
2022-10-16 20:10:32 -07:00
..
ARNG.cs Refactor RNG advance/reverse methods (#3579) 2022-09-04 12:03:37 -07:00
LCRNG.cs Refactor RNG advance/reverse methods (#3579) 2022-09-04 12:03:37 -07:00
LCRNGReversal.cs Skip first iteration check of stop condition 2022-10-16 20:10:32 -07:00
LCRNGReversalSkip.cs Skip first iteration check of stop condition 2022-10-16 20:10:32 -07:00
XDRNG.cs Refactor RNG advance/reverse methods (#3579) 2022-09-04 12:03:37 -07: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 Refactor RNG advance/reverse methods (#3579) 2022-09-04 12:03:37 -07:00