|
|
All downloads are original and not repacked or modified in any way by us
Secure downloads are files hosted and checked by Softpedia
|

Algorithm::Numerical::Shuffle is a Perl module to shuffle a list.SYNOPSIS use Algorithm::Numerical::Shuffle qw /shuffle/; @shuffled = shuffle (1, 2, 3, 4, 5, 6, 7); $in_situ = [qw /one two three four five six/]; shuffle $in_situ;shuffle performs a one pass, fair shuffle on a list. If the list is passed ... [read more >>]

Add your comment.
Tell us your opinion or ask for help from a fellow Softpedian.
|