Skip to content

Commit

Permalink
add NEWS for JuliaLang#32208, improved rand(::Tuple) (JuliaLang#33404)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfourquet authored and StefanKarpinski committed Sep 27, 2019
1 parent 1c1000a commit e5c3ffc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ Standard library changes

#### Random


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

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

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

#### SparseArrays

Expand Down

0 comments on commit e5c3ffc

Please sign in to comment.