Random Extensions.<G>$5AB 4ABAAFA 3359CDE 65D 50F 3C 2439F 05.Next UInt 64 Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
Overload List
| Next | Returns a random 64-bit integer. |
| Next | Returns a non-negative random integer that is less than the specified maximum. |
NextUInt64
Returns a random 64-bit integer.
NextUInt64(UInt64)
Returns a non-negative random integer that is less than the specified maximum.
public ulong NextUInt64(
ulong maxValue
)Parameters
- maxValue UInt64
- The exclusive upper bound of the random number to be generated.
Return Value
UInt64A 64-bit unsigned integer that is greater than or equal to 0.