12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- #N canvas 0 31 634 420 10;
- #N canvas 435 477 293 176 show 0;
- #X obj 77 36 inlet;
- #X obj 77 109 outlet;
- #X obj 77 60 list prepend set;
- #X obj 77 85 list trim;
- #X connect 0 0 2 0;
- #X connect 2 0 3 0;
- #X connect 3 0 1 0;
- #X restore 105 331 pd show;
- #X msg 105 194 bang;
- #X msg 150 194 seed 123;
- #X floatatom 148 243 5 0 0 2 range - -;
- #X floatatom 191 243 5 0 0 2 length - -;
- #X text 63 26 [list-random];
- #X obj 105 265 list-random 5;
- #X text 101 119 A seed-message is used to seed the random number generator.
- ;
- #X obj 172 140 random;
- #X text 103 141 Also see:;
- #X text 103 55 generates a list of pseudorandom integers from 0 to
- N-1 \, where N is the first creation argument. The second creation
- argument specifies the length of the list (minimum and default length
- is 1).;
- #N canvas 435 477 293 176 show 0;
- #X obj 77 36 inlet;
- #X obj 77 109 outlet;
- #X obj 77 60 list prepend set;
- #X obj 77 85 list trim;
- #X connect 0 0 2 0;
- #X connect 2 0 3 0;
- #X connect 3 0 1 0;
- #X restore 289 331 pd show;
- #X msg 289 351;
- #X msg 289 194 bang;
- #X msg 334 194 seed 123;
- #X floatatom 346 243 5 0 0 2 range - -;
- #X floatatom 403 243 5 0 0 2 length - -;
- #X obj 289 265 list-random 10 20;
- #X msg 114 307 bang;
- #X msg 297 308 bang;
- #N canvas 506 181 494 396 META 0;
- #X text 12 25 LICENSE SIBSD;
- #X text 12 155 AUTHOR Frank Barknecht;
- #X text 12 175 HELP_PATCH_AUTHORS Frank Barknecht. "pd meta" information
- added by Jonathan Wilkes for Pd version 0.42.;
- #X text 12 45 DESCRIPTION generates a list of pseudorandom integers
- from 0 to N-1 \, where N is the first creation argument;
- #X text 12 5 KEYWORDS control list_op random;
- #X text 12 75 INLET_0 bang seed;
- #X text 12 95 INLET_1 float;
- #X text 12 115 INLET_2 float;
- #X text 12 135 OUTLET_0 list float;
- #X restore 567 386 pd META;
- #X msg 105 351;
- #X connect 0 0 21 0;
- #X connect 1 0 6 0;
- #X connect 2 0 6 0;
- #X connect 3 0 6 1;
- #X connect 4 0 6 2;
- #X connect 6 0 0 0;
- #X connect 11 0 12 0;
- #X connect 13 0 17 0;
- #X connect 14 0 17 0;
- #X connect 15 0 17 1;
- #X connect 16 0 17 2;
- #X connect 17 0 11 0;
- #X connect 18 0 0 0;
- #X connect 19 0 11 0;
|