To sort random, we use ORDER BY rand().
This is not specific to any column, it just shuffle all rows.
To get this behavior when clicking sort on some column, you can set colums setting:
$col["sortname"] = "rand()";
To available this feature, latest build is required.