X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fconfig%2Frorschach.xml;h=0ddee8b46d465ede00cf2eb54d9c599b5cade4e9;hp=9fa39db56774bf923fdb5b4c3ef73f72fc76536d;hb=019de959b265701cd0c3fccbb61f2b69f06bf9ee;hpb=9c9d475ff889ed8be02e8ce8c17da28b93278fca diff --git a/hacks/config/rorschach.xml b/hacks/config/rorschach.xml index 9fa39db5..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.