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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/t/
H A Dshuffle.t17 use List::Util qw(shuffle);
23 @r = shuffle();
27 @r = shuffle(9);
32 @r = shuffle(@in);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/bin/
H A Dprove14 my $shuffle = 0;
40 's|shuffle' => \$shuffle,
80 shuffle(@tests) if $shuffle;
115 sub shuffle {
116 # Fisher-Yates shuffle
177 -s, --shuffle Run the tests in a random order.
224 =item * F<prove> can shuffle tests
226 You can use F<prove>'s C<--shuffle> optio
[all...]
/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
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/
H A DUtil.xs315 shuffle(...)

Completed in 20 milliseconds