shared math routines
gets a random integer between min (inclusive) and max (inclusive)
https://stackoverflow.com/a/1527820/22944
returns true when the specified value is numeric otherwise false
true
false
[https://stackoverflow.com/a/50376498/22944]
rounds the specified value
http://www.jacklmoore.com/notes/rounding-in-javascript/
Generated using TypeDoc
shared math routines