hello, anyone know what the max size integer that can be calculated with rnd statment.

to elaborate:
pseudo random integer = Int((High - Low + 1) * Rnd + Low)

however i want to know that the max allowable number for High in the equation?