Parameters
Should be a stable and unique cache key inside the
run()
. See
resumability for more information.Sets the lower bound (inclusive). Can’t be higher than
max
.Sets the upper bound (exclusive). Can’t be lower than
min
.Controls rounding to the nearest integer. Any
max
integer will become inclusive when enabled. Rounding with floating-point bounds may cause unexpected skew and boundary inclusivity.Returns
APromise
that resolves with a pseudo-random number. Always resolves to an integer when rounding is enabled.