PHP: <?php $result = []; while (count($result) < 3) { $result[mt_rand(0, 100)] = 1; } print_r(array_keys($result));