https://github.com/salva/p5-array-shuffle
Efficient shuffling on Perl arrays in-place
https://github.com/salva/p5-array-shuffle
Last synced: 3 months ago
JSON representation
Efficient shuffling on Perl arrays in-place
- Host: GitHub
- URL: https://github.com/salva/p5-array-shuffle
- Owner: salva
- Created: 2012-02-16T17:51:56.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T17:16:28.000Z (about 4 years ago)
- Last Synced: 2023-03-10T19:40:55.739Z (about 2 years ago)
- Language: Perl
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Array-Shuffle version 0.04
==========================Shuffle arrays in place.
You probably should be using List::Util shuffle instead!
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installCOPYRIGHT AND LICENCE
Copyright (C) 2012, 2021 by Salvador Fandino
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.14.2 or,
at your option, any later version of Perl 5 you may have available.