mirror of
https://github.com/kwsch/PKHeX
synced 2024-12-19 08:53:28 +00:00
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 |
||
---|---|---|
.. | ||
Misc | ||
PKM Editors | ||
Save Editors | ||
KChart.cs | ||
KChart.Designer.cs | ||
ReportGrid.cs | ||
ReportGrid.Designer.cs | ||
SAV_Database.cs | ||
SAV_Database.Designer.cs | ||
SAV_Encounters.cs | ||
SAV_Encounters.Designer.cs | ||
SAV_FolderList.cs | ||
SAV_FolderList.Designer.cs | ||
SAV_MysteryGiftDB.cs | ||
SAV_MysteryGiftDB.Designer.cs | ||
SettingsEditor.cs | ||
SettingsEditor.Designer.cs |