Fix `Array#sample` with `MRB_INT32`
Array index became potentially negative because `uint32_t` is cast to `mrb_int`.
Showing
Please register or sign in to comment
Array index became potentially negative because `uint32_t` is cast to `mrb_int`.