Returns a random set of items from an array. The input array is not modified.
The number of items to return.
The array to get the items from.
A random set of items from the array.
If itemCount exceeds the length of items.
Returns a random set of items from an array. The input array is not modified.