Actions
Feature #19987
closedadd sample method to Range
Feature #19987:
add sample method to Range
Status:
Feedback
Assignee:
-
Target version:
-
Description
Dear Devs, I'd like to suggest a change. Since the following works:
(1..99).first(5)
Therefore this one could be logical and useful to work:
(1..99).sample(5)
Thanks,
Andras
Actions