Here is how I query my database for some words
$query = $qb->select(\'w\') ->from(\'DbEntities\\Entity\\Word\', \'w\') ->where(\'w.indiction
Just add the following:
->orderBy('RAND()')