advanced code snippet search
fugue on 12/29/06
12/29/06 01:29am
1 person have marked this snippet as a favorite
bsteadman
srand(time ^ $$); for ($n = 1; $n <= 6; $n++) { $ch = 65+rand(26); if (rand() > 0.5) { $ch += 32; } $pw .= chr($ch); }
Report this snippet Tweet
Comment:
You need to login to post a comment.