Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent errors in getRandomNumber call on 2.4.4
It is now mandatory to pass an integer to the function; otherwise an error is thrown. Currently if min is defined as null it will be passed as null, throwing an error. Max is allowed to be null, however.
- Loading branch information