I think I got it to work by adding code from the modules/mod_cck_list/mod_cck_list.xml to components/com_ckk/views/list/tmpl/default.xml after line 58 when ordering starts
<field name="ordering2" type="list" label="MOD_CCK_LIST_CONFIG_ORDERING2" default="" description="MOD_CCK_LIST_CONFIG_ORDERING2_DESC" class="inputbox">
<option value="">MOD_CCK_CONFIG_LIST_OPTION_NONE</option>
<option value="random">MOD_CCK_CONFIG_LIST_OPTION_RANDOM</option>
<option value="shuffle">MOD_CCK_CONFIG_LIST_OPTION_SHUFFLE</option>
<option value="random_shuffle">MOD_CCK_CONFIG_LIST_OPTION_RANDOM_SHUFFLE</option>
</field>
This gave me the option to add random & Shuffle in
Basic Options (CCK) when I create a menu type
List & Search
I think this option should be available in seblod default installation.