dpnp.random.bytes
- dpnp.random.bytes(length)[source]
Return random bytes.
For full documentation refer to
numpy.random.bytes
.Notes
The function uses numpy.random.bytes on the backend and will be executed on fallback backend.
Return random bytes.
For full documentation refer to numpy.random.bytes
.
Notes
The function uses numpy.random.bytes on the backend and will be executed on fallback backend.