Click or drag to resize

GDRandSeed Method

[Missing <summary> documentation for "M:Godot.GD.RandSeed(System.UInt64,System.UInt64@)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static uint RandSeed(
	ulong seed,
	out ulong newSeed
)

Parameters

seed
Type: SystemUInt64

[Missing <param name="seed"/> documentation for "M:Godot.GD.RandSeed(System.UInt64,System.UInt64@)"]

newSeed
Type: SystemUInt64

[Missing <param name="newSeed"/> documentation for "M:Godot.GD.RandSeed(System.UInt64,System.UInt64@)"]

Return Value

Type: UInt32

[Missing <returns> documentation for "M:Godot.GD.RandSeed(System.UInt64,System.UInt64@)"]

See Also