Generate a random list of weighting schemes
get_rand_weights.RdBuilds between 1 and 5 weighting schemes (uniform random count), each named with a random 5-letter prefix and a sequential index, and each weight drawn from `runif(-2, 2)` then rounded to the nearest integer. Useful for smoke-testing custom PTI configurations with realistic-shaped (but meaningless) weights.
Value
A named list of tibbles. Each element is a tibble with columns `var_code` and `weight`; element names follow the pattern `"<5-letter-prefix> <index>"`.
See also
Other weights:
get_all_weights_combs(),
get_min_admin_wght()