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

3 lines
83 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
/* Maxima has an implementation of Knuth shuffle */
random_permutation([a, b, c]);