Searched defs:shuffle (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/List/
H A DUtil.pm12 @EXPORT_OK = qw(first min max minstr maxstr reduce sum shuffle);
71 sub shuffle (@) { subroutine
93 use List::Util qw(first max maxstr min minstr reduce shuffle sum);
196 =item shuffle LIST
200 @cards = shuffle 0..51 # 0..51 in a random order

Completed in 14 milliseconds