Pinned Loading
-
-
-
Generate a random number in JavaScri...
Generate a random number in JavaScript (One-Liner) between 0 - 255; forces the resulting float into an integer due to how js converts values on bitwise ops 1// random number between 0 - 255
2Math.random()*256|0
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.