added random authored by Phillip's avatar Phillip
......@@ -17,7 +17,7 @@ Functions
---------
| Functions | Example |
|:----------------------------------------------------------------|:-----------:|
|:----------------------------------------------------------------|:----------------:|
| absolute value | abs(x) |
| arc cosine | acos(x) |
| arc sine | asin(x) |
......@@ -45,3 +45,4 @@ Functions
| minimum | min(x, y) |
| maximum | max(x, y) |
| principal value of the arc tangent of y/x, expressed in radians | atan2(y, x) |
| random with limits | random(min, max) |