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_atfork
return value with panic on error (#1178)- More robust reseeding in case
ReseedingRng
is used from a fork handler (#1178)- Fix nightly: remove unused
slice_partition_at_index
feature (#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
Clone
andCopy
forAlphanumeric
(#1126)- Add
Distribution::map
to derive a distribution using a closure (#1129)- Add
Slice
distribution (#1107)- Add
DistString
trait with impls forStandard
andAlphanumeric
(#1133)Other
- Reorder asserts in
Uniform
float distributions for easier debugging of non-finite arguments (#1094, #1108)- Add range overflow check in
Uniform
float distributions (#1108)- Deprecate
rngs::adapter::ReadRng
(#1130)[0.8.3] - 2021-01-25
Fixes
- Fix
no-std
+alloc
build by gatingchoose_multiple_weighted
onstd
(#1088)[0.8.2] - 2021-01-12
Fixes
- Fix panic in
UniformInt::sample_single_inclusive
andRng::gen_range
when 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)
937320c
Update CHANGELOG for 0.8.5 (#1221)2924af6
Merge pull request #1183
from vks/fill-float-docdbbc1bf
Merge pull request #1218
from Will-Low/master9f20df0
Making distributions comparable by deriving PartialEq. Tests
includeda407bdf
Merge pull request #1216
from rust-random/work5d3ca11b
Update to packed_simd_2 0.3.7fa04c15
Merge pull request #1215
from Lantern-chat/master73f8ffd
Remove unused slice_partition_at_index
feature8f37250
Merge pull request #1208
from newpavlov/rand_distr/fix_no_std9ef737b
update changelog