Skip to content

Instantly share code, notes, and snippets.

@rcerrejon
Created February 11, 2016 11:31
Show Gist options
  • Save rcerrejon/94d69aa75eb515fb1c00 to your computer and use it in GitHub Desktop.
Save rcerrejon/94d69aa75eb515fb1c00 to your computer and use it in GitHub Desktop.
Random Number between 1-10 (with no 0)
FLOOR( 1 + RAND( ) *10 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment