You can take integer portion of numbers,
use Math::Random qw(:all);
my @rand_arr = map int, random_normal(1000,50,5);
0
solved random normal as Integer in array
You can take integer portion of numbers,
use Math::Random qw(:all);
my @rand_arr = map int, random_normal(1000,50,5);
0
solved random normal as Integer in array