Generate a uniformly-distributed floating-point number within the range.
The minimum bound
The maximum bound
A random float within the range
const y = SMath.runif(-2, 2); // 0.376... Copy
const y = SMath.runif(-2, 2); // 0.376...
Generate a uniformly-distributed floating-point number within the range.