Javascript Array randomIndex()
randomIndex()
Array.prototype.randomIndex = function(){ return Number.randomInt(this.length) }