|
Posted by windandwaves on 10/24/09 11:42
Hi Folk
I want a random list of numbers between 0 and 58 where each number can only
occur once. I have written this ($f is an array):
for($i = 0; $i < 13; $i++) {
$rand[$i] = mt_rand(0,count($f));
}
what else do I need?
TIA
> Nicolaas
Navigation:
[Reply to this message]
|