a608e7950e
This PR modifies RandomStagger to protect against negative input values. If the given interval is negative, the value returned will be somewhere in the stratosphere. Instead, treat negative inputs like zero, returning zero.
4 lines
111 B
Plaintext
4 lines
111 B
Plaintext
```release-note:bug
|
|
helpers: Fixed a bug where random stagger func did not protect against negative inputs
|
|
```
|