The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.005   2022-05-21  Released-By: PERLANCAR; Urgency: medium

        [Deprecation]

        - Rename random_item() to pick(), the old name is deprecated.

        [Enhancements]

        - Add option 'pos' to return positions instead of the items, like in
          Array::Sample::*.


0.004   2022-05-20  Released-By: PERLANCAR; Urgency: low

        - No functional changes.

        - [doc] Mention List::AllUtils's sample(),
          Array::Sample::SimpleRandom, Array::Sample::WeightedRandom.


0.003   2022-05-20  Released-By: PERLANCAR; Urgency: medium

        - [bugfix] Return an empty list and not (undef) when picking 1
          element from an empty array is requested.


0.002   2020-05-18  Released-By: PERLANCAR; Urgency: medium

	- Accept items from iterator as well as array.


0.001   2019-09-15  Released-By: PERLANCAR

        - First version.