UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

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