Click or drag to resize

NetRandomNextInt32 Method

Generates a random value greater or equal than 0 and less or equal than Int32.MaxValue (inclusively)

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public int NextInt32()

Return Value

Type: Int32
See Also