Skip to content

Instantly share code, notes, and snippets.

@andrIvash
Created August 29, 2018 10:37
Show Gist options
  • Select an option

  • Save andrIvash/24679c14d176e5d21c4f841065f11017 to your computer and use it in GitHub Desktop.

Select an option

Save andrIvash/24679c14d176e5d21c4f841065f11017 to your computer and use it in GitHub Desktop.
random numbers
// 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