ufunc
numpy.ctypeslib
numpy.dual
numpy.fft
numpy.linalg
numpy.matlib
numpy.random
numpy.testing
numpy.typing
numpy.distutils
method
Return random bytes.
Number of random bytes.
String of length length.
Examples
>>> np.random.default_rng().bytes(10) b'\xfeC\x9b\x86\x17\xf2\xa1\xafcp' # random
previous
numpy.random.Generator.choice
next
numpy.random.Generator.shuffle