PKHeX/PKHeX.Core/Legality/Restrictions
Kurt c301ce88ab Update Random to be a bit more thread safe
Random isn't thread safe; users of PKHeX.Core.dll might run multithreaded operations (see PKSM + ALM), so we need to have a thread-specific RNG available.

Thread Local get; to improve performance, save the random object locally whenever it is used more than once in the method.

https://docs.microsoft.com/en-us/dotnet/api/system.threading.threadlocal-1?redirectedfrom=MSDN&view=netframework-4.8
https://stackoverflow.com/questions/18333885/threadstatic-v-s-threadlocalt-is-generic-better-than-attribute/18337158#18337158
2020-01-25 21:49:52 -08:00
..
GBRestrictions.cs Remove empty ushort[1], improve item combo fetch 2020-01-24 23:29:45 -08:00
ItemRestrictions.cs Extract item restrictions to separate class 2020-01-16 19:27:29 -08:00
Memories.cs Update Random to be a bit more thread safe 2020-01-25 21:49:52 -08:00
VivillonTables.cs Extract item restrictions to separate class 2020-01-16 19:27:29 -08:00
WordFilter.cs Extract item restrictions to separate class 2020-01-16 19:27:29 -08:00