in reply to
random number with range
Assuming you want an integer from 50 to 200
inclusive
:
int (rand 151) + 50
Polonius
Comment on
Re: random number with range
Download
Code
In Section
Seekers of Perl Wisdom