sub shuffle { map { @_=sort { int (3*rand)-1 } @_ } 0..5 }