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(returnslong) toUniformInt32(returnsint) across test code andLimitedRandomGenerator, eliminating unnecessary casts
Full Changelog: https://github.com/AndreyAkinshin/perfolizer/compare/v0.6.2...v0.6.3