Returns a random item from a weighted list.
An array of weighted entries.
A random item from the list, selected based on weight.
If the list is empty, a weight is invalid, or the total weight is zero.
Returns a random item from a weighted list.