Gets n random elements at unique keys from collection up to the size of collection.
The collection to sample.
Optional
The number of elements to sample.
Returns the random elements.
_.sampleSize
Gets n random elements at unique keys from collection up to the size of collection.