RosettaCodeData/Task/Knuth-shuffle/Maxima/knuth-shuffle.maxima

3 lines
83 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
/* Maxima has an implementation of Knuth shuffle */
random_permutation([a, b, c]);