SecureRandomNext Method

Returns a non-negative random 32-bit integer that is less than Int32.MaxValue.

Definition

Namespace: KGySoft.Security.Cryptography
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public override int Next()

Return Value

Int32
A 32-bit signed integer that is greater than or equal to 0 and less than Int32.MaxValue.

See Also