Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 221 Bytes

randomNumber.md

File metadata and controls

11 lines (11 loc) · 221 Bytes

Random Number

Notes

Get's a random number between the provided max and min.

Syntax

randomNumber(min: <#Integer or Variable#>, max: <#Integer or Variable#>)

Example

randomNumber(min: 0, max: 100)