
Bueno pues trata así
Código PHP:
Ver original<div style="position: relative; width: 500px; height: 500px;">
<?php
function dontRepeat(&$arr, $value){
}
$arr[] = $value;
}
for($i=0; $i<10000; $i++){
echo '<div style="position: absolute; left: ' . $mtRand[0] . 'px; top: ' . $mtRand[1] . 'px; font-size: 30px;">.</div>';
}
?>
</div>