上一主题

numpy.random.choice

下一主题

numpy.random.shuffle

numpy.random.bytes

numpy.random.bytes(length)

返回随机字节。

参数:

length:int

随机字节数。

返回:

out:str

长度长度的字符串。

例子

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