Random Within import randomBetween from "@rojo2/random-within"; const randomValue = randomBetween(Math.random, 2, 3); // random value between 2 and 3 Made with ❤️ by ROJO 2 (http://rojo2.com)