Re: How to randomize a list?

2018-01-15 Thread Christopher Stone
On 01/14/2018, at 15:31, Sam Hathaway > wrote: > Try replacing the contents of your “Randomize” text filter with: > #!/usr/bin/env perl > use List::Util 'shuffle'; > print shuffle(); Hey Vlad, I'm with Sam, although I'd write it

Re: How to randomize a list?

2018-01-15 Thread Sam Hathaway
On 15 Jan 2018, at 0:46, Vlad Ghitulescu wrote: (sorry for the following dumb questions… I've used Linux last time in 1993! :-) What are the GNU Coreutils good for? Should I install them too? (I've read about the difference in the performance of the various randomizer solutions in the

Re: How to randomize a list?

2018-01-15 Thread Jean-Christophe Helary
> On Jan 15, 2018, at 14:46, Vlad Ghitulescu wrote: > > What are the GNU Coreutils good for? They are common Linux utilities of which some BSD equivalents are present on macOS. https://www.gnu.org/software/coreutils/manual/coreutils.html > Should I install them too?