This release improves documentation quality by replacing numeric RNG seeds with descriptive string seeds across all code examples, and refines manual writing style for consistency.
Documentation
- Replace numeric RNG seeds with descriptive string seeds (e.g.,
"demo-uniform","demo-sample") in all code examples across README files, docstrings, and manual pages for all language implementations - Update toolkit manual pages (rng, sample, shuffle) to use string seeds in examples
Internal
- Replace second-person pronouns with impersonal constructions throughout the manual for consistent technical writing style
- Update demo programs in all languages to use descriptive string seeds
- Update validation tests to use
test-*prefixed string seeds where numeric seed determinism is not explicitly tested
Full Changelog: https://github.com/AndreyAkinshin/pragmastat/compare/v6.0.0...v6.0.1