1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-01 05:45:59 +02:00

Static init priority changes, Platform hooking

This commit is contained in:
Brian Fiete 2025-01-17 10:17:19 -08:00
parent e478462487
commit 1de07d0ee4
13 changed files with 328 additions and 87 deletions

View file

@ -21,7 +21,7 @@ namespace System
using System.Threading;
// This class is thread-safe for random results, but not deterministically thread-safe
[StaticInitPriority(100)]
[StaticInitPriority(200)]
public class Random
{
//