UNPKG

@appearhere/bloom

Version:

Appear Here's pattern library and styleguide

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