Skip to content

Commit c808e0c

Browse files
nsajkorfourquet
andcommitted
delete now unnecessary method
Co-authored-by: Rafael Fourquet <fourquet.rafael@gmail.com>
1 parent 0f1d67f commit c808e0c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stdlib/Random/src/misc.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,6 @@ function shuffle(rng::AbstractRNG, tup::NTuple{N}) where {N}
205205
end
206206
end
207207

208-
function shuffle(tup::NTuple)
209-
shuffle(default_rng(), tup)
210-
end
211208

212209
"""
213210
shuffle!([rng=default_rng(),] v::AbstractArray)

0 commit comments

Comments
 (0)