PKHeX/PKHeX.WinForms/Subforms
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
..
Misc sealed 2019-10-03 19:09:02 -07:00
PKM Editors Minor clean 2020-01-05 18:46:30 -08:00
Save Editors Update Random to be a bit more thread safe 2020-01-25 21:49:52 -08:00
KChart.cs Minor updates 2019-11-25 17:32:10 -08:00
KChart.Designer.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
ReportGrid.cs Trycatch all clipboard set-text operations 2019-11-22 21:23:00 -08:00
ReportGrid.Designer.cs Add .NET Core 3.0 build option for WinForms project (#2396) 2019-10-01 18:12:08 -07:00
SAV_Database.cs Update Database/MGDB/EncounterDB for new size 2019-11-16 15:56:30 -08:00
SAV_Database.Designer.cs Update Database/MGDB/EncounterDB for new size 2019-11-16 15:56:30 -08:00
SAV_Encounters.cs Add short path for no criteria specified 2020-01-04 11:09:50 -08:00
SAV_Encounters.Designer.cs Update Database/MGDB/EncounterDB for new size 2019-11-16 15:56:30 -08:00
SAV_FolderList.cs Reduce allocations for checking file write time 2019-04-05 18:45:59 -07:00
SAV_FolderList.Designer.cs Add .NET Core 3.0 build option for WinForms project (#2396) 2019-10-01 18:12:08 -07:00
SAV_MysteryGiftDB.cs Export PCD/PGT as encrypted format 2019-12-24 23:24:28 -08:00
SAV_MysteryGiftDB.Designer.cs Update Database/MGDB/EncounterDB for new size 2019-11-16 15:56:30 -08:00
SettingsEditor.cs Cleanup 2019-10-26 12:33:58 -07:00
SettingsEditor.Designer.cs Add .NET Core 3.0 build option for WinForms project (#2396) 2019-10-01 18:12:08 -07:00