Expand description

random

Functions

Returns a random i32 from range [lo, hi], where both lo and hi are included.

Returns a random i32 from range [lo, hi), where lo is included and hi is excluded.

Shuffles a vector / array in place.