ModernUO/Projects/Server/Random
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
..
BuiltInRng.cs fix: Use built-in RNG (#1599) 2023-11-17 17:45:18 -08:00
BuiltInSecureRng.cs fix: Use built-in RNG (#1599) 2023-11-17 17:45:18 -08:00
StableRandom.cs fix: Use built-in RNG (#1599) 2023-11-17 17:45:18 -08:00
WeightedValue.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00