Click or drag to resize

CryptoGenerateRandomBytes Method

Generates a Byte of cryptographically secure random bytes with given size.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public byte[] GenerateRandomBytes(
	int size
)

Parameters

size
Type: SystemInt32

[Missing <param name="size"/> documentation for "M:Godot.Crypto.GenerateRandomBytes(System.Int32)"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:Godot.Crypto.GenerateRandomBytes(System.Int32)"]

See Also