This file is indexed.

/usr/lib/pd/extra/list-abs/list-random-help.pd is in pd-list-abs 0.1-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
#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;