CommonGetRandomItemFromList CallableCommonGetRandomItemFromList<T>(list): TGet a random item from an array.Parameterslist: readonly T[]List for which to pick a random item fromReturns TThe randomly selected item from the list
Get a random item from an array.