Releases: TomTonic/rtcompare
Releases · TomTonic/rtcompare
v0.5.1
v0.5.0
What's Changed
- Add the possibility to set the output scrambler of the DPRNG to change the sequence of generated random values (a permutation, the period of the sequence is not affected). @TomTonic in #31
- Update Go to 1.25.5
- ci-upd: bump vladopajic/go-test-coverage from 2.18.2 to 2.18.3 by @dependabot[bot] in #30
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.0
What's Changed
- Rename CompareRuntimes() to CompareSamples() and rename parameters to better reflect actual functionality. Improved API documentation and README to reflect the broarder scope. The old function name CompareRuntimes is still available but it is deprecated now. by @TomTonic in #11
- deps-upd: bump golang.org/x/sys from 0.37.0 to 0.38.0 by @dependabot[bot] in #8
- ci-upd: Update golangci/golangci-lint-action action to v9 by @renovate[bot] in #16
- ci-upd: Update vladopajic/go-test-coverage action to v2.18.0 by @renovate[bot] in #15
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Add BootstrapConfidence function
- Add UInt32N function
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
- Improve API doc
- Improve API robustness
- Implement code quality measures
Full Changelog: v0.1.1...v0.1.2
v0.1.1
- Added initializer for DPRNG's
- Added GitHub Actions for automated tests and coverage measurements
Full Changelog: v0.1.0...v0.1.1
Initial release
v0.1.0 Improve project description