X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fconfig%2Frorschach.xml;h=0ddee8b46d465ede00cf2eb54d9c599b5cade4e9;hp=f1c6f9aeb336b77dfd8ca666a14311d8b61cb9e5;hb=019de959b265701cd0c3fccbb61f2b69f06bf9ee;hpb=8eb2873d7054e705c4e83f22d18c40946a9e2529 diff --git a/hacks/config/rorschach.xml b/hacks/config/rorschach.xml index f1c6f9ae..0ddee8b4 100644 --- a/hacks/config/rorschach.xml +++ b/hacks/config/rorschach.xml @@ -10,20 +10,27 @@ + 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.