unity-version-manager
unity-version-manager copied to clipboard
Bump rand from 0.7.3 to 0.8.5
Bumps rand from 0.7.3 to 0.8.5.
Changelog
Sourced from rand's changelog.
[0.8.5] - 2021-08-20
Fixes
- Fix build on non-32/64-bit architectures (#1144)
- Fix "min_const_gen" feature for
no_std(#1173)- Check
libc::pthread_atforkreturn value with panic on error (#1178)- More robust reseeding in case
ReseedingRngis used from a fork handler (#1178)- Fix nightly: remove unused
slice_partition_at_indexfeature (#1215)- Fix nightly +
simd_support: updatepacked_simd(#1216)Rngs
StdRng: Switch from HC128 to ChaCha12 on emscripten (#1142). We now use ChaCha12 on all platforms.Documentation
[0.8.4] - 2021-06-15
Additions
- Use const-generics to support arrays of all sizes (#1104)
- Implement
CloneandCopyforAlphanumeric(#1126)- Add
Distribution::mapto derive a distribution using a closure (#1129)- Add
Slicedistribution (#1107)- Add
DistStringtrait with impls forStandardandAlphanumeric(#1133)Other
- Reorder asserts in
Uniformfloat distributions for easier debugging of non-finite arguments (#1094, #1108)- Add range overflow check in
Uniformfloat distributions (#1108)- Deprecate
rngs::adapter::ReadRng(#1130)[0.8.3] - 2021-01-25
Fixes
- Fix
no-std+allocbuild by gatingchoose_multiple_weightedonstd(#1088)[0.8.2] - 2021-01-12
Fixes
- Fix panic in
UniformInt::sample_single_inclusiveandRng::gen_rangewhen providing a full integer range (eg0..=MAX) (#1087)[0.8.1] - 2020-12-31
Other
- Enable all stable features in the playground (#1081)
[0.8.0] - 2020-12-18
Platform support
... (truncated)
Commits
937320cUpdate CHANGELOG for 0.8.5 (#1221)2924af6Merge pull request #1183 from vks/fill-float-docdbbc1bfMerge pull request #1218 from Will-Low/master9f20df0Making distributions comparable by deriving PartialEq. Tests includeda407bdfMerge pull request #1216 from rust-random/work5d3ca11bUpdate to packed_simd_2 0.3.7fa04c15Merge pull request #1215 from Lantern-chat/master73f8ffdRemove unusedslice_partition_at_indexfeature8f37250Merge pull request #1208 from newpavlov/rand_distr/fix_no_std9ef737bupdate changelog- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)