Javascript Number randomInt(i){
Number.randomInt = function(i){ return Math.floor(Math.random() * i) }