RandomInt24ValueBetween Method
Generates a cryptographically strong 24-bit random integer between specified values.
Namespace: Gemstone.Security.CryptographyAssembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.171 -- Release Build+9bbaecd83e44e0973a7b18ef958272cfb4d67729
Public Shared Function ValueBetween (
startNumber As Int24,
stopNumber As Int24
) As Int24
Gemstone.Security.Cryptography.RandomInt24.ValueBetween = function(startNumber, stopNumber);
- startNumber Int24
- A Int24 that is the low end of our range.
- stopNumber Int24
- A Int24 that is the high end of our range.
Int24A
Int24 that is generated between the
startNumber and the
stopNumber.