View Single Post
Posts: 32 | Thanked: 12 times | Joined on Feb 2010 @ Finland
#7
Originally Posted by lma View Post
In a pinch,

Code:
perl -le 'print for (sort {rand() < 0.5} (1..13));'
in a terminal should do.
Works like a charm! thank you!