- Home
·
- Math/Dates
·
- A randomize function that allows you to specify the high and low number.
A randomize function that allows you to specify the high and low number.
A randomize function that allows you to specify the high and low number.
Rate A randomize function that allows you to specify the high and low number.
(2(2 Vote))
Dim randomNumber
Dim theRand
theRand = Math.Rnd()
randomNumber = theRand * (highNum - (lowNum))
randomNumber = randomNumber + lowNum
rand = Math.Round(randomNumber)
End Function
A randomize function that allows you to specify the high and low number. Comments
No comments yet — be the first to post one!
Post a Comment