Algorithm::Numerical::Shuffle

Algorithm::Numerical::Shuffle is a Perl module to shuffle a list.
Download

Algorithm::Numerical::Shuffle Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Abigail
  • Publisher web site:
  • http://search.cpan.org/~abigail/

Algorithm::Numerical::Shuffle Tags


Algorithm::Numerical::Shuffle Description

Algorithm::Numerical::Shuffle is a Perl module to shuffle a list. 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 = ; shuffle $in_situ;shuffle performs a one pass, fair shuffle on a list. If the list is passed as a reference to an array, the shuffle is done in situ.The subroutine returns the list in list context, and a reference to the list in scalar context. Requirements: · Perl


Algorithm::Numerical::Shuffle Related Software