ModernUO/Projects/Server/World
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
..
EntityPersistence.cs fix: Cleans up entity persistence. Generalizes Mobiles/Items/Guilds (#1528) 2023-10-01 22:10:47 -07:00
EntitySpan.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
EntityTypeIndex.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
IGenericSerializable.cs fix: Fixes serialization threading, moves world save to end of loop, and eliminates Parallel.ForEach. (#1530) 2023-10-03 00:42:49 -07:00
IIndexInfo.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
World.cs fix: Use built-in RNG (#1599) 2023-11-17 17:45:18 -08:00
WorldEvents.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00