mars.tensor.random.bytes# mars.tensor.random.bytes(length)[来源]# 返回随机字节。 lengthint随机字节的数量。 outstr长度为length的字符串。 >>> import mars.tensor as mt >>> mt.random.bytes(10) ' eh 2SZ¿¤’ #随机