Created
February 11, 2016 11:31
-
-
Save rcerrejon/94d69aa75eb515fb1c00 to your computer and use it in GitHub Desktop.
Random Number between 1-10 (with no 0)
This file contains 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
FLOOR( 1 + RAND( ) *10 ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment