numpy / 1.17.0 / random / generated / numpy.random.generator.bytes.html /

numpy.random.Generator.bytes

method

Generator.bytes(length)

Return random bytes.

Parameters:
length : int

Number of random bytes.

Returns:
out : str

String of length length.

Examples

>>> np.random.default_rng().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.Generator.bytes.html