use Math::TrulyRandom; use strict; use warnings; my @array; for($i = 0; $i <10; $i++) { $array[$i] = truly_random_value(); }