You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
183 B
Plaintext

(
20.do({
var sus, rep;
rep = rrand(1, 2);
sus = 0;
rep.do({
([[sus], [0, 1, 2, 3].removeEvery([sus]).scramble, []].asString + ",").postln
})
})
)
[1, 2, 3].removeEvery([1])