Here is my code:
my @array = map { 1+int(rand(1000)) } 1..100; [download]
In reply to Re^3: Make random numbers by hdb in thread Make random numbers by GHMON