ThreadSafeRandomNextInt64 Method

Returns a non-negative random 64-bit integer that is less than Int64.MaxValue.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public override long NextInt64()

Return Value

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

See Also