smol-rs/fastrand (fastrand)
### [`v2.2.0`](https://redirect.github.com/smol-rs/fastrand/blob/HEAD/CHANGELOG.md#Version-220)
[Compare Source](https://redirect.github.com/smol-rs/fastrand/compare/v2.1.1...v2.2.0)
- Expose missing `fill` method for the global RNG. ([#90](https://redirect.github.com/smol-rs/fastrand/issues/90))
### [`v2.1.1`](https://redirect.github.com/smol-rs/fastrand/blob/HEAD/CHANGELOG.md#Version-211)
[Compare Source](https://redirect.github.com/smol-rs/fastrand/compare/v2.1.0...v2.1.1)
- Remove support for 128-bit targets, as they are not supported by rustc yet. ([#87](https://redirect.github.com/smol-rs/fastrand/issues/87))
### [`v2.1.0`](https://redirect.github.com/smol-rs/fastrand/blob/HEAD/CHANGELOG.md#Version-210)
[Compare Source](https://redirect.github.com/smol-rs/fastrand/compare/v2.0.2...v2.1.0)
- Change the RNG algorithm and the way that the seed is computed. This will cause
the algorithm to emit different constants for different seeds, hence the minor
SemVer change.
- Update to the final WyRand v4.2 constants for better entropy. ([#82](https://redirect.github.com/smol-rs/fastrand/issues/82))
- Remove an unnecessary seed modification. ([#73](https://redirect.github.com/smol-rs/fastrand/issues/73))
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
2.0.2
->2.2.0
Release Notes
smol-rs/fastrand (fastrand)
### [`v2.2.0`](https://redirect.github.com/smol-rs/fastrand/blob/HEAD/CHANGELOG.md#Version-220) [Compare Source](https://redirect.github.com/smol-rs/fastrand/compare/v2.1.1...v2.2.0) - Expose missing `fill` method for the global RNG. ([#90](https://redirect.github.com/smol-rs/fastrand/issues/90)) ### [`v2.1.1`](https://redirect.github.com/smol-rs/fastrand/blob/HEAD/CHANGELOG.md#Version-211) [Compare Source](https://redirect.github.com/smol-rs/fastrand/compare/v2.1.0...v2.1.1) - Remove support for 128-bit targets, as they are not supported by rustc yet. ([#87](https://redirect.github.com/smol-rs/fastrand/issues/87)) ### [`v2.1.0`](https://redirect.github.com/smol-rs/fastrand/blob/HEAD/CHANGELOG.md#Version-210) [Compare Source](https://redirect.github.com/smol-rs/fastrand/compare/v2.0.2...v2.1.0) - Change the RNG algorithm and the way that the seed is computed. This will cause the algorithm to emit different constants for different seeds, hence the minor SemVer change. - Update to the final WyRand v4.2 constants for better entropy. ([#82](https://redirect.github.com/smol-rs/fastrand/issues/82)) - Remove an unnecessary seed modification. ([#73](https://redirect.github.com/smol-rs/fastrand/issues/73))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.