Help for this page
my @order = shuffle keys %hash;
my @order; { lock %hash; @order = shuffle keys %hash; }