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.
1 parent 2f2d2f6 commit 6954628Copy full SHA for 6954628
stdlib/Random/src/misc.jl
@@ -267,6 +267,9 @@ number generator (see [Random Numbers](@ref)).
267
To permute `v` in-place, see [`shuffle!`](@ref). To obtain randomly permuted
268
indices, see [`randperm`](@ref).
269
270
+!!! compat "Julia 1.13"
271
+ Shuffling an `NTuple` value requires Julia v1.13 or above.
272
+
273
# Examples
274
```jldoctest
275
julia> shuffle(Xoshiro(123), Vector(1:10))
0 commit comments