UNPKG

cu8-lucky-draw-pool-engine

Version:
4 lines (3 loc) 120 B
export const randomInt = (min: number, max: number) => { return Math.floor(Math.random() * (max - min + 1) + min); };