G
GB
How can I create a random number in a set range without using the follwoing
code:
Randomize
Return cint(int((5*rnd()) + 0)
I am looking for something more random than the above as the result seem to
be predictable for small ranges.
Thanks,
Gary
code:
Randomize
Return cint(int((5*rnd()) + 0)
I am looking for something more random than the above as the result seem to
be predictable for small ranges.
Thanks,
Gary