Skip to content

Releases: TomTonic/rtcompare

v0.5.2

15 May 07:21

Choose a tag to compare

What's Changed

  • ci-upd: bump actions/setup-go from 6.2.0 to 6.3.0 by @dependabot[bot] in #54
  • ci-upd: bump step-security/harden-runner from 2.14.2 to 2.15.0 by @dependabot[bot] in #55
  • Configure Renovate by @renovate[bot] in #53
  • Update step-security/harden-runner action to v2.15.1 by @renovate[bot] in #58
  • Update dependency golangci/golangci-lint to v2.11.3 by @renovate[bot] in #59
  • Update module golang.org/x/sys to v0.42.0 by @renovate[bot] in #60
  • Update vladopajic/go-test-coverage action to v2.18.4 by @renovate[bot] in #61
  • Update step-security/harden-runner action to v2.16.0 by @renovate[bot] in #62
  • Update dependency golangci/golangci-lint to v2.11.4 by @renovate[bot] in #65
  • Update step-security/harden-runner action to v2.16.1 by @renovate[bot] in #68
  • ci-upd: bump actions/setup-go from 6.3.0 to 6.4.0 by @dependabot[bot] in #67
  • Update module golang.org/x/sys to v0.43.0 by @renovate[bot] in #69
  • Update dependency golangci/golangci-lint to v2.12.2 by @renovate[bot] in #76
  • Update step-security/harden-runner action to v2.19.1 by @renovate[bot] in #71
  • Update vladopajic/go-test-coverage action to v2.18.8 by @renovate[bot] in #74
  • Update step-security/harden-runner action to v2.19.3 by @renovate[bot] in #81

Full Changelog: v0.5.1...v0.5.2

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