SecureRandomNextInt64 Method
Returns a non-negative random 64-bit integer that is less than
Int64.MaxValue.
Namespace: KGySoft.Security.CryptographyAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public override long NextInt64()
Public Overrides Function NextInt64 As Long
public:
virtual long long NextInt64() override
abstract NextInt64 : unit -> int64
override NextInt64 : unit -> int64
Return Value
Int64A 64-bit signed integer that is greater than or equal to 0 and less than
Int64.MaxValue.