Skip to content

Bump org.uncommons.maths:uncommons-maths from 1.2.2a to 1.2.2 - #15

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.uncommons.maths-uncommons-maths-1.2.2
Open

Bump org.uncommons.maths:uncommons-maths from 1.2.2a to 1.2.2#15
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.uncommons.maths-uncommons-maths-1.2.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2024

Copy link
Copy Markdown
Contributor

Bumps org.uncommons.maths:uncommons-maths from 1.2.2a to 1.2.2.

Changelog

Sourced from org.uncommons.maths:uncommons-maths's changelog.

Changes in version 1.2.2

  • Fixed serialisation of MersenneTwisterRNG and CellularAutomatonRNG.

  • Made XORShiftRNG and CMWC4096RNG thread-safe.

  • Added source JAR to distribution.

Changes in version 1.2.1

  • Converted internal state of XORShiftRNG from an array to five separate fields. This results in improved performance. Optimisation suggested by Jos Hirth.

  • Optimised the Probability class so that it doesn't make an RNG call when the probability is 1.

  • Added swapSubstring method to enable efficient exchange of data between two BitStrings.

Changes in verison 1.2

  • Added two new fast PRNGs (CMWC and XOR). CMWC provides a very long period and the XOR RNG is twice as fast as the Mersenne Twister. See http://school.anhb.uwa.edu.au/personalpages/kwessen/shared/Marsaglia03.html for descriptions.

  • Fixed RandomDotOrgSeedGenerator so that it can generate seeds > 1kb in size.

  • Changed RandomDotOrgSeedGenerator so that it uses HTTPS for communicating with the website (ISSUE#9).

  • Introduced the Probability class, a new numeric type. This immutatble value type encapsulates a probability value between zero and one. The class enforces the 0..1 bounds and provides convenient methods for working with probabilities.

  • Added Rational type to enable arithmetic on rational numbers without loss of precision.

  • Added restrictRange methods to Maths class. These adjust a given value so that it falls between specified minimum and maximum values.

  • Made caching of BigInteger factorials thread-safe.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.uncommons.maths:uncommons-maths](https://github.com/dwdyer/uncommons-maths) from 1.2.2a to 1.2.2.
- [Changelog](https://github.com/dwdyer/uncommons-maths/blob/master/CHANGELOG.txt)
- [Commits](https://github.com/dwdyer/uncommons-maths/commits/Release-1.2.2)

---
updated-dependencies:
- dependency-name: org.uncommons.maths:uncommons-maths
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants