Generate a uniformly-distributed integer within the range.
The minimum bound (inclusive)
The maximum bound (inclusive)
A random integer within the range
const y = SMath.rint(-4, 3); // -4 Copy
const y = SMath.rint(-4, 3); // -4
Generate a uniformly-distributed integer within the range.