/usr/lib/pd/extra/rtc/xrandom.pd is in pd-rtclib 4.1-1.
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 | #N canvas 63 156 387 297 10;
#X msg 21 100 seed \$1;
#X obj 21 31 r RTC-rs;
#X obj 243 174 outlet;
#X msg 195 92 clear;
#X obj 195 56 t b f;
#X obj 86 174 outlet;
#X obj 195 31 inlet;
#X obj 86 31 inlet;
#X msg 102 77 clear \, bang;
#X obj 86 136 urne \$1;
#X connect 0 0 9 0;
#X connect 1 0 0 0;
#X connect 3 0 9 0;
#X connect 4 0 3 0;
#X connect 4 1 9 1;
#X connect 6 0 4 0;
#X connect 7 0 9 0;
#X connect 8 0 9 0;
#X connect 9 0 5 0;
#X connect 9 1 2 0;
#X connect 9 1 8 0;
|