This release updates the Pragmastat dependency to version 5.2.0 and migrates internal random number generation to use UniformInt32 for improved type safety.

Internal

  • Update Pragmastat dependency from 5.1.0 to 5.2.0
  • Migrate from deprecated UniformInt (returns long) to UniformInt32 (returns int) across test code and LimitedRandomGenerator, eliminating unnecessary casts

Full Changelog: https://github.com/AndreyAkinshin/perfolizer/compare/v0.6.2...v0.6.3