util/rand.sh

Random value generators.

rand_int()

Generate random int.

rand_intn()

Generate random int up to (but excluding) the given value.

rand_string()

Generate random string up to the given length.