Created
August 29, 2018 10:37
-
-
Save andrIvash/24679c14d176e5d21c4f841065f11017 to your computer and use it in GitHub Desktop.
random numbers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // based on milliseconds since 1st Jan. 1970 | |
| Math.floor(new Date().getTime().valueOf() * Math.random()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment