Skip to content

FixedMathSharp v1.3.3

Latest

Choose a tag to compare

@mrdav30 mrdav30 released this 01 Oct 02:22
b3971a3
  • New Features
    • Added new DeterministicRandom struct.
      • Switched to using xoroshiro128++ with splitmix64 seeding to ensure no allocations, no time/GUID.
  • Notice
    • Marked ThreadLocalRandom obsolete
      • DeterministicRandom gives explicit, reproducible streams keyed to your world/feature, independent of threading.