![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
06/02/2011, 11:57
|
![Avatar de zerokilled](http://static.forosdelweb.com/customavatars/avatar299260_10.gif) | Javascripter | | Fecha de Ingreso: abril-2009 Ubicación: Isla del Encanto, La Borinqueña [+>==]
Mensajes: 8.050
Antigüedad: 15 años, 9 meses Puntos: 1485 | |
Respuesta: No repetir, Array mostrado al Azar buenas...
verifica si esta version te funciona,supongo que es lo que @cronos quiso hacer.
Código:
Array.prototype.random = function(){
if(!this.clone) this.clone = this.concat(), this.clone.unshift(0, 0);
if(!this.length) [].splice.apply(this, this.clone);
return this.splice(Math.floor(Math.random()*this.length), 1)[0];
}
__________________ la maldad es una virtud humana,
y la espiritualidad es la lucha del hombre contra su maldad.
Última edición por zerokilled; 06/02/2011 a las 12:12 |