Editar

Compartir a través de


RandomGenerator.GetByte Method

Definition

Overloads

GetByte()
GetByte(Byte, Byte)

GetByte()

public byte GetByte();
member this.GetByte : unit -> byte

Returns

Applies to

GetByte(Byte, Byte)

public byte GetByte(byte min, byte max);
member this.GetByte : byte * byte -> byte

Parameters

min
Byte
max
Byte

Returns

Applies to