Actions
Feature #12775
closedRandom subset of array
Feature #12775:
Random subset of array
Status:
Rejected
Assignee:
-
Target version:
-
Description
I often see use cases to randomly sample a subset from an array like this:
I request extending Array#sample to let it take an option (such as :arbitrary) for doing that:
or perhaps having an independent method (like samples) to do it.
Actions