List of utility methods to do Random Number Get
Number.prototype.randomMax = function() { return Math.floor(Math.random() * (this.valueOf() + 1));