UNPKG

genthaiid

Version:
1 lines 79 B
export default (min, max) => Math.floor(Math.random() * (max - min + 1)) + min;