cosic.rescue
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

randlines.ps
application/postscript

Download raw (234 bytes)

%!
% randlines

/foo {
    rand 200 mod rand 200 mod moveto
    rand 200 mod rand 200 mod lineto
    stroke
} def
realtime srand
%/Times-Bold findfont 20 scalefont setfont
%10 10 moveto (Hello World!) show
100 { foo } repeat
showpage