Skip to content

Commit c868118

Browse files
committed
drop old comment
1 parent a715ae7 commit c868118

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rand.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Base.rand(rng::AbstractRNG, d::AbstractMeasure) = rand(rng, Float64, d)
2020
d::ProductMeasure{A},
2121
) where {T,A<:AbstractArray}
2222
mar = marginals(d)
23-
24-
# Distributions doens't (yet) have the three-argument form
2523
elT = typeof(rand(rng, T, first(mar)))
2624

2725
sz = size(mar)

0 commit comments

Comments
 (0)