Knuth shuffle: Difference between revisions

Added Uiua solution
(Added Uiua solution)
Line 5,213:
after:
19 4 49 9 27 35 50 11 2 29 22 48 33 15 17 42 47 28 41 18 34 21 30 39 3 8 23 12 36 26 0 46 7 44 13 14 16 40 10 25 31 32 51 24 20 38 45 6 43 1 5 37</pre>
 
=={{header|Uiua}}==
{{works with|Uiua|0.10.0-dev.1}}
<syntaxhighlight lang="Uiua">
◌⍢⊃(↘1)(⍜⊏⇌⊟⌊×⚂.⊢)(>0⧻.)⇌↘1⇡⧻. ⇡10
</syntaxhighlight>
 
=={{header|UNIX Shell}}==
60

edits