Created smnp.math (markdown)
11
smnp.math.md
Normal file
11
smnp.math.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# Functions
|
||||||
|
## `random(min: int, max: int)`
|
||||||
|
## `random(min: float, max: float)`
|
||||||
|
## `min(numbers: list<int, float>)`
|
||||||
|
## `max(numbers: list<int, float>)`
|
||||||
|
## `sample(list: list)`
|
||||||
|
## `pick(items: list<map<string><>>)`
|
||||||
|
## `pick(...items: map<string><>)`
|
||||||
|
## `mod(a: int, b: int)`
|
||||||
|
## `range(begin: int, end: int)`
|
||||||
|
## `random()`
|
||||||
Reference in New Issue
Block a user