<?for($a=rand()%5;$i<1<<$a;)echo strtr(sprintf("%0$a.b ",$i++),10,~\xdc\xd1);
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page