PKHeX/PKHeX.Core/Legality/RNG
Kurt 3123f0df2f Drastically speed up rand() pairs -> seed search
Meet in the middle attack trades some RAM (2^16 flag/byte array) to
reduce future searches by a factor of 1:2^8

profiling yielded >100x speed improvements, even a 2x would have been
impressive ;)
knocks the biggest cpu hog (when searching db) out of the race!
2017-08-03 00:59:39 -07:00
..
Frame Refactoring 2017-06-17 18:37:19 -07:00
Locks Refactoring 2017-06-17 18:37:19 -07:00
MethodFinder.cs Drastically speed up rand() pairs -> seed search 2017-08-03 00:59:39 -07:00
PIDGenerator.cs update channel generation 2017-07-15 19:59:38 -07:00
PIDIV.cs Misc updates 2017-06-29 19:32:29 -07:00
PIDType.cs update abilityflip g5mgshiny checks 2017-06-24 17:24:36 -07:00
PIDTypeInfo.cs Add beginnings of encounter slot legality 2017-05-12 09:41:21 -07:00
RNG.cs Drastically speed up rand() pairs -> seed search 2017-08-03 00:59:39 -07:00