Skip to content

getRandomFloat()

Returns a random floating-point number between min and max.

Example:

ts
const value = getRandomFloat(1, 10);

Released under the MIT License.