@rojo2/random-within
v1.0.1
Published
![Travis CI](https://travis-ci.org/rojo2/random-within.svg?branch=master)
Downloads
15
Readme
Random Within
import randomBetween from "@rojo2/random-within";
const randomValue = randomBetween(Math.random, 2, 3); // random value between 2 and 3
Made with :heart: by ROJO 2 (http://rojo2.com)