numpy / 1.17.0 / random / generated / numpy.random.mtrand.randomstate.bytes.html /

numpy.random.mtrand.RandomState.bytes

method

RandomState.bytes(length)

Return random bytes.

Parameters:
length : int

Number of random bytes.

Returns:
out : str

String of length length.

Examples

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

© 2005–2019 NumPy Developers
Licensed under the 3-clause BSD License.
https://docs.scipy.org/doc/numpy-1.17.0/reference/random/generated/numpy.random.mtrand.RandomState.bytes.html