- New Features
- Added new
DeterministicRandomstruct.- Switched to using xoroshiro128++ with splitmix64 seeding to ensure no allocations, no time/GUID.
- Added new
- Notice
- Marked
ThreadLocalRandomobsoleteDeterministicRandomgives explicit, reproducible streams keyed to your world/feature, independent of threading.
- Marked