M Monsterman22 Member Jul 22, 2010 #1 Can't say it's a bug but I feel like reporting it in this section. I have noticed it before..... The last number of Rnd parameter is never generated; number = Rnd(0,3) Msgbox(number) 3 is never generated.
Can't say it's a bug but I feel like reporting it in this section. I have noticed it before..... The last number of Rnd parameter is never generated; number = Rnd(0,3) Msgbox(number) 3 is never generated.
specci48 Well-Known Member Licensed User Longtime User Jul 22, 2010 #2 Monsterman22 said: The last number of Rnd parameter is never generated Click to expand... This is exactly the expected behavior. Excerpt form the help file: Generates a random integer larger or equal to the minimum value and smaller than the maximum value. specci48
Monsterman22 said: The last number of Rnd parameter is never generated Click to expand... This is exactly the expected behavior. Excerpt form the help file: Generates a random integer larger or equal to the minimum value and smaller than the maximum value. specci48