I am making a program that utilizes a random number generator. The one I am using is from the VB Help files:

T = Int((5 * Rnd) + 1)

I seem to recall that this particular format is not all that random and there is a better way to do it. Does anyone know what that is or have any suggestions?

Thanks!

Jeff