MYR
MYR copied to clipboard
MYR Math Functions
We should have our own implementation for some of the math functions as discussed in the past few meetings, such as something like random(min, max) that returns a random number of the same type, within & inclusive of the range.
*We need to be able to seed this, similar to C/C++