K 10 svn:author V 5 peter K 8 svn:date V 27 1998-04-14T07:25:05.000000Z K 7 svn:log V 399 Fix a nasty flaw as a result of using the arc4random() pre-seeding of leading XXX's. It could wrap an uppercase character through chars like: [ \ ] ^ _ ` in between Z and a. The backslash and back tick might be particularly nasty in a shell script context. Also, since we've been using upper-case generated values for a while now, go with the flow and use them in the pathname search rotation. END