RandomUInt24ValueBetween Method
Generates a cryptographically strong unsigned 24-bit random integer between specified values.
Namespace: Gemstone.Security.CryptographyAssembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.175 -- Release Build+146c7e07986c58ce53bef2ac3da53d5efdf9e69c
Public Shared Function ValueBetween (
startNumber As UInt24,
stopNumber As UInt24
) As UInt24
Gemstone.Security.Cryptography.RandomUInt24.ValueBetween = function(startNumber, stopNumber);
- startNumber UInt24
- A UInt24 that is the low end of our range.
- stopNumber UInt24
- A UInt24 that is the high end of our range.
UInt24A
UInt24 that is generated between the
startNumber and the
stopNumber.