UNPKG

hae

Version:

Mobile web UI based on Vux

4 lines (3 loc) 100 B
export default function (min, max){ return Math.floor(Math.random() * (max - min + 1) + min) }