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