On Friday, December 6, 2002, at 12:27 PM, Michael Theodore wrote:
Or: ( n = 10; a = Array.series(n,0,1); // create a series of values a = a.scramble; //scramble them a.do({ arg item, i; a.at(i).postln; //read them out one at a time }); )
-- --- james mccartney james@xxxxxxxxxxxxxx <http://www.audiosynth.com>SuperCollider - a real time synthesis programming language for the PowerMac.
<ftp://www.audiosynth.com/pub/updates/SC2.2.16.sea.hqx>