RandomGenerator.GetByte 方法

定义

重载

GetByte()
GetByte(Byte, Byte)

GetByte()

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

返回

适用于

GetByte(Byte, Byte)

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

参数

min
Byte
max
Byte

返回

适用于