numpy.random.RandomState.bytes#

方法

random.RandomState.bytes(length)#

返回随机字节。

注意

新代码应该使用 bytes 方法,该方法是 Generator 实例的方法;请参阅 快速入门

参数:
lengthint

随机字节数。

返回值:
outbytes

长度为 length 的字符串。

参见

random.Generator.bytes

应用于新代码。

示例

>>> np.random.bytes(10)
b' eh\x85\x022SZ\xbf\xa4' #random