Click or drag to resize

RandomNumberGeneratorRandi Method

Generates a pseudo-random 32-bit unsigned integer between 0 and 4294967295 (inclusive).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public uint Randi()

Return Value

Type: UInt32

[Missing <returns> documentation for "M:Godot.RandomNumberGenerator.Randi"]

See Also