getRandomFloat()
Returns a random floating-point number between min and max.
Example:
ts
const value = getRandomFloat(1, 10);Returns a random floating-point number between min and max.
Example:
const value = getRandomFloat(1, 10);