We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NTuple
1 parent 373b844 commit 2f2d2f6Copy full SHA for 2f2d2f6
stdlib/Random/src/misc.jl
@@ -260,7 +260,7 @@ end
260
shuffle!(a::AbstractArray) = shuffle!(default_rng(), a)
261
262
"""
263
- shuffle([rng=default_rng(),] v::Union{Tuple,AbstractArray})
+ shuffle([rng=default_rng(),] v::Union{NTuple,AbstractArray})
264
265
Return a randomly permuted copy of `v`. The optional `rng` argument specifies a random
266
number generator (see [Random Numbers](@ref)).
0 commit comments