ModernUO/Projects/Server/Utilities
Kamron Batman dba3ec2db5
fix: Use built-in RNG (#1599)
### Summary

.NET 8 supports Xoroshiro 256** off the shelf and added Shuffle. Switching to that implementation.

### Developer Notes

* Removed many convenience methods that weren't used.
2023-11-17 17:45:18 -08:00
..
ActivatorExtensions.cs fix: Fixes PlayerVendor customizations not working due to constructor issues (#1451) 2023-08-10 19:24:45 -07:00
EntityActivatorExtensions.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
HashUtility.cs fix: Removes Standart XxHash in favor of the built in one (#1598) 2023-11-17 16:11:35 -08:00
Html.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
PathUtility.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
Utility.cs fix: Use built-in RNG (#1599) 2023-11-17 17:45:18 -08:00