Knuth shuffle: Difference between revisions

Content deleted Content added
Petelomax (talk | contribs)
m →‎{{header|Phix}}: added syntax colouring the hard way
Shuisman (talk | contribs)
Line 2,799:
</pre>
 
=={{header|Mathematica}}/{{header|Wolfram Language}}==
Usage of built-in function:
<lang Mathematica>RandomSample[{1, 2, 3, 4, 5, 6}]</lang>