I see a lot of clumping.#!/usr/bin/perl -w use strict; my @oldList = (1 .. 100); my @newList = sort {rand > .5} @oldList; print "Numbers:\n", (join "\n", @newList), "\n";
In reply to RE: RE: Randomize List of items
by chromatic
in thread Randomize List of items
by johannz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |