The documentation mentions a call without arguments math.randomInt(), but that is not actually implemented in the code.
Also the documentation does not state if the min and max limits are inclusive or exclusive. This is especially important because this library handles the limits different than almost any other.
The documentation mentions a call without arguments
math.randomInt(), but that is not actually implemented in the code.Also the documentation does not state if the min and max limits are inclusive or exclusive. This is especially important because this library handles the limits different than almost any other.