PKHeX/PKHeX.WinForms
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
..
Controls Update Random to be a bit more thread safe 2020-01-25 21:49:52 -08:00
MainWindow Update Random to be a bit more thread safe 2020-01-25 21:49:52 -08:00
Misc Update QR popup view 2019-12-23 20:16:34 -08:00
Properties Relocate gui-only text files to WinForms project 2020-01-03 15:53:48 -08:00
Resources Update gui translations with latest 2020-01-25 18:06:04 -08:00
Subforms Update Random to be a bit more thread safe 2020-01-25 21:49:52 -08:00
Util Revert overload usage 2020-01-25 18:12:58 -08:00
FodyWeavers.xml Sword/Shield Update 2019-11-15 17:52:08 -08:00
FodyWeavers.xsd Weave net46 dlls into single exe 2019-10-01 19:55:12 -07:00
icon.ico Split winforms to separate project 2017-01-07 23:54:09 -08:00
PKHeX.WinForms.csproj Add block dump/import 2020-01-13 19:04:21 -08:00
Program.cs Remove explicit mono build, update readme 2019-10-16 20:52:09 -07:00
Settings.cs Cleanup 2019-10-26 12:33:58 -07:00