RSS Git Download  Clone
Raw Blame History 145B 4 lines
global.p3xr.random = () => {
    return (Math.floor(Math.random() * (99999999999999999 - 10000000000000000)) + 10000000000000000).toString(16)
}