UNPKG

braingames-ansh

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