Skip to content

Releases: TomTonic/rtcompare

v0.5.1

14 Feb 06:11
a24a42d

Choose a tag to compare

What's Changed

  • deps-upd: bump golang.org/x/sys
  • ci-updates
  • Added software supply chain security scan badge for latest release

Full Changelog: v0.5.0...v0.5.1

v0.5.0

04 Jan 20:38
6f68c1d

Choose a tag to compare

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

22 Dec 16:38

Choose a tag to compare

What's Changed

  • Added CryptographicPrecisionRandomNumberGenerator (CPRNG) for better statistical quality. @TomTonic in #28
  • Updated dependencies (CI and build)

New Contributors

  • @Copilot made their first contribution in #26

Full Changelog: v0.3.0...v0.4.0

v0.3.0

15 Nov 12:32
944cfe8

Choose a tag to compare

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

08 Nov 10:14
0aca8d6

Choose a tag to compare

What's Changed

  • Add BootstrapConfidence function
  • Add UInt32N function

Full Changelog: v0.1.2...v0.2.0

v0.1.2

07 Nov 19:53
a94fb90

Choose a tag to compare

What's Changed

  • Improve API doc
  • Improve API robustness
  • Implement code quality measures

Full Changelog: v0.1.1...v0.1.2

v0.1.1

19 Oct 14:29

Choose a tag to compare

  • Added initializer for DPRNG's
  • Added GitHub Actions for automated tests and coverage measurements

Full Changelog: v0.1.0...v0.1.1

Initial release

18 Oct 19:15

Choose a tag to compare

v0.1.0

Improve project description