Javascript Number random()
random()
Number.prototype.random = function () { return this * Math.random() >>> 0; }; var keys = "0123456789qwertyuopasdfghjklizxcvbnm".split("");