$Form = M("tablename");
$list = $Form->limit(10)->order('rand()')->select();