numpy.random.RandomState.bytes

原文:https://docs.scipy.org/doc/numpy/reference/generated/numpy.random.RandomState.bytes.html

译者:飞龙 UsyiyiCN

校对:(虚位以待)

RandomState.bytes(length)

返回随机字节。

参数:

length:int

随机字节数。

返回:

out:str

长度长度的字符串。

例子

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