Aşağıdaki kod ile kolay bir şekilde yapabilirsiniz hocam.

$(".row").html($(".row .column").sort(function(){
return Math.random()-0.5;
}));