Random Number Generator

  • Thread starter Thread starter Al
  • Start date Start date
A

Al

Looking for a free random number generator where I can input the range
from which the numbers should come, as well as the number of numbers I
need. Nothing too fancy or complicated. Thank you.
 
Al said:
Looking for a free random number generator where I can input the range
from which the numbers should come, as well as the number of numbers I
need. Nothing too fancy or complicated. Thank you.

Is this any good?

?
 
Looking for a free random number generator where I can input the range
from which the numbers should come, as well as the number of numbers I
need. Nothing too fancy or complicated. Thank you.

Try <http://www.webdingers.com/Random Number Generator.zip>. Sorry
it installs, but I ran it off in VB, and programs written in VB have
to install. It'll generate up to a couple of million random numbers,
each from 1 to a couple of million, so I think it should meet your
needs. (It really generates pseudorandom numbers - generating truly
random number isn't easy.)

BTW, the list of downloadable files is now at
<http://www.webdingers.com/filelinks.html>.
 
Back
Top