Random: NextLong |
Returns the next generated number in the sequence.
Public Function NextLong( Optional ByVal MaxValue As Long = &H7FFFFFFF ) As Long
Default: &H7FFFFFFF
The generated number will be equal or greater than zero and less than maxValue. The number will never equal maxValue.