Skip to content

Commit

Permalink
Merge pull request #334 from aJetHorn/patch-1
Browse files Browse the repository at this point in the history
Update math.md
  • Loading branch information
mattfarina committed Nov 14, 2022
2 parents 58a4f65 + e50028a commit f9a478a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/math.md
Expand Up @@ -70,7 +70,9 @@ Returns a float value with the remainder rounded to the given number to digits a

## randInt
Returns a random integer value from min (inclusive) to max (exclusive).

```
{{ randInt 12 30 }}
randInt 12 30
```

The above will produce a random number in the range [12,30].

0 comments on commit f9a478a

Please sign in to comment.