Permutations by pooq

<?$a=range(0,5);for(;$i++<9e3;$b[]=join(' ',$a))shuffle($a);sort($b);echo join('
',array_unique($b));

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page