UNPKG

rambdax

Version:

Extended version of Rambda - a lightweight, faster alternative to Ramda

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