This function returns a random integer number in the range [min, max].
import { getRandomInt } from 'mz-math'; const res = getRandomInt(0, 100); // 63