UNPKG

softkave-js-utils

Version:

JavaScript & Typescript utility functions, types, and classes

4 lines 141 B
export function getRandomArbitrary(min, max) { return Math.random() * (max - min) + min; } //# sourceMappingURL=getRandomArbitrary.js.map