From 7a2e12a16fca59f9ba148aacae8ced87ca7c5502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Przemys=C5=82aw=20Pluta?= Date: Tue, 24 Mar 2020 15:17:27 +0100 Subject: [PATCH] Created smnp.math (markdown) --- smnp.math.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 smnp.math.md 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