Skip to content

Commit f9a478a

Browse files
authored
Merge pull request #334 from aJetHorn/patch-1
Update math.md
2 parents 58a4f65 + e50028a commit f9a478a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/math.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ Returns a float value with the remainder rounded to the given number to digits a
7070

7171
## randInt
7272
Returns a random integer value from min (inclusive) to max (exclusive).
73+
7374
```
74-
{{ randInt 12 30 }}
75+
randInt 12 30
7576
```
77+
7678
The above will produce a random number in the range [12,30].

0 commit comments

Comments
 (0)