Created
June 14, 2020 17:26
-
-
Save samredai/e221a92847b2a46956adca1da03c6315 to your computer and use it in GitHub Desktop.
Cypher: Return a random float rounded to 2 decimal places (and less than 1000)
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
return round((rand()*1000) * 100)/100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment