mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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
|
|
```
|