Returns a random value within the specified closed range [start, end] for i32 values. Convenience function that handles signed 32-bit integers.
The random number generator to use
The lower bound (inclusive) as i32
The upper bound (inclusive) as i32
A random i32 value within the bounds of the range
Returns a random value within the specified closed range [start, end] for i32 values. Convenience function that handles signed 32-bit integers.