Returns a randomized selection of records from array. The length of the returned array will be either targetCount or the origin array's length, whichever is smaller.
array
targetCount
Returns a randomized selection of records from
array
. The length of the returned array will be eithertargetCount
or the origin array's length, whichever is smaller.