RosettaCodeData/Task/Knuth-shuffle/Maxima/knuth-shuffle.maxima
2023-07-01 13:44:08 -04:00

2 lines
83 B
Text

/* Maxima has an implementation of Knuth shuffle */
random_permutation([a, b, c]);