3 lines
83 B
Text
3 lines
83 B
Text
|
|
/* Maxima has an implementation of Knuth shuffle */
|
||
|
|
random_permutation([a, b, c]);
|