fix(deps): update rust crate rand_core_ristretto to 0.6.4 #139
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.5.1
->0.6.4
Release Notes
rust-random/rand
v0.6.4
Compare Source
Fixes
wasm32-unknown-unknown
compile but fail at run-time if missing bindingsg (#686)v0.6.3
Compare Source
Fixes
std
feature require the optionalrand_os
dependency (#675)rand_os
fromrand
to avoid breakage (#674)v0.6.2
Compare Source
Additions
Default
forThreadRng
(#657)rngs::OsRng
torand_os
sub-crate; clean up code; use as dependency (#643) ##BLOCKER##rand_xoshiro
sub-crate, plus benchmarks (#642, #668)Fixes
UniformInt::sample_single
(#662)autocfg
instead ofrustc_version
for rustc version detection (#664)i128
andu128
if thetarget_os
isemscripten
(#671: work-around Emscripten limitation)Optimisations
UnitCircle
andUnitSphereSurface
distributions (no PR)v0.6.1
Compare Source
Duration
also forno_std
(only since Rust 1.25) (#649)libc
(#647)v0.6.0
Compare Source
Project organisation
to rust-random! (#578)
(source)
Platforms
OsRng
for powerpc64, sparc and sparc64 (#609)syscall
fromlibc
on Linux instead of redefining it (#629)RNGs
SmallRng
to use PCG (#623)Pcg32
andPcg64Mcg
generators (#632)Rc
fromThreadRng
(#615)Sampling and distributions
Rng.gen_ratio()
andBernoulli::new_ratio()
(#491)Uniform
strictly respectf32
/f64
high/low bounds (#477)gen_range
andUniform
to work on non-Copy
types (#506)Uniform
supports inclusive ranges:Uniform::from(a..=b)
. This isautomatically enabled for Rust >= 1.27. (#566)
TrustedLen
andFusedIterator
forDistIter
(#620)New distributions
Dirichlet
distribution (#485)Optimisations
Bernoulli::new
(#500)char
sampling (#519)std::time::Duration
(#583)Sequences
seq
module (#483, #515)WeightedIndex
andchoose_weighted
(#518, #547)sample_indices
function. (#479)Iterator::size_hint()
to speed upIteratorRandom::choose
(#593)SIMD
Other
i128
andu128
is automatically enabled for Rust >= 1.26. Thisrenders the
i128_support
feature obsolete. It still exists for backwardscompatibility but does not have any effect. This breaks programs using Rand
with
i128_support
on nightlies older than Rust 1.26. (#571)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 has been generated by Mend Renovate. View repository job log here.