Ver Mensaje Individual
  #5 (permalink)  
Antiguo 24/08/2008, 17:11
acido69
 
Fecha de Ingreso: julio-2008
Mensajes: 21
Antigüedad: 16 años, 4 meses
Puntos: 2
Respuesta: Algoritmo de numeros aleatorios sin repetir el que ya ha salido

Código PHP:
$ar=array(0,1,2,3,4,5,6,8);
shuffle($ar);
print 
array_shift($ar);
echo 
'<br/>'
shuffle($ar);
print 
array_shift($ar);
echo 
'<br/>'
shuffle($ar);
print 
array_shift($ar);
echo 
'<br/>'
shuffle($ar);
print 
array_shift($ar);
echo 
'<br/>'
shuffle($ar);
print 
array_shift($ar);
echo 
'<br/>'
shuffle($ar);
print 
array_shift($ar);
echo 
'<br/>'
shuffle($ar);
print 
array_shift($ar);
echo 
'<br/>'
shuffle($ar);
print 
array_shift($ar);
echo 
'<br/>'
shuffle($ar);
print 
array_shift($ar);
echo 
'<br/>'