ThreadSafeRandomSource.NextUInt32 Method

Returns a random 32-bit unsigned integer.

Definition

Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
public uint NextUInt32()

Return Value

UInt32
A 32-bit unsigned integer in the range [0, 2^32).

Implements

IRandomSource.NextUInt32()

See Also