diff --git a/smnp.math.md b/smnp.math.md new file mode 100644 index 0000000..f9a2da5 --- /dev/null +++ b/smnp.math.md @@ -0,0 +1,11 @@ +# Functions +## `random(min: int, max: int)` +## `random(min: float, max: float)` +## `min(numbers: list)` +## `max(numbers: list)` +## `sample(list: list)` +## `pick(items: list<>>)` +## `pick(...items: map<>)` +## `mod(a: int, b: int)` +## `range(begin: int, end: int)` +## `random()` \ No newline at end of file