X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fconfig%2Frorschach.xml;h=ad7051a8f05893952f88c32a19918aa461c211fe;hb=f8cf5ac7b2f53510f80a0eaf286a25298be17bfe;hp=f1c6f9aeb336b77dfd8ca666a14311d8b61cb9e5;hpb=8eb2873d7054e705c4e83f22d18c40946a9e2529;p=xscreensaver diff --git a/hacks/config/rorschach.xml b/hacks/config/rorschach.xml index f1c6f9ae..ad7051a8 100644 --- a/hacks/config/rorschach.xml +++ b/hacks/config/rorschach.xml @@ -10,20 +10,25 @@ + low="0" high="50" default="7"/> - - + + - + + <_description> -This generates random inkblot patterns. The algorithm is deceptively -simple for how well it works; it merely walks a dot around the screen -randomly, and then reflects the image horizontally, vertically, or -both. Any deep-seated neurotic tendencies which this program reveals -are your own problem. Written by Jamie Zawinski. +This generates random inkblot patterns via a reflected random walk. +Any deep-seated neurotic tendencies which this program reveals +are your own problem. + +http://en.wikipedia.org/wiki/Rorschach_inkblot_test +http://en.wikipedia.org/wiki/Random_walk + +Written by Jamie Zawinski; 1992.