<?php $a = [ 0 => 2, 1 => 7, 2 => 5, 3 => 2, 4 => 2, 5 => 3 ]; echo array_rand(array_flip(array_keys ($a, min($a))));
You have javascript disabled. You will not be able to edit any code.