Skip to content

Commit e5c3ffc

Browse files
rfourquetStefanKarpinski
authored andcommitted
add NEWS for JuliaLang#32208, improved rand(::Tuple) (JuliaLang#33404)
1 parent 1c1000a commit e5c3ffc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

NEWS.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ Standard library changes
4848

4949
#### Random
5050

51-
5251
* `AbstractRNG`s now behave like scalars when used in broadcasting ([#33213]).
5352

5453
* Products involving sparse arrays now allow more general sparse `eltype`s, such as `StaticArrays` ([#33205])
5554

55+
* The performance of `rand(::Tuple)` is improved in some cases ([#32208]). As a consequence, the
56+
stream of generated values produced for a given seed has changed.
5657

5758
#### SparseArrays
5859

0 commit comments

Comments
 (0)