dpnp.random.logseries

dpnp.random.logseries(p, size=None)[source]

Draw samples from a logarithmic series distribution.

For full documentation refer to numpy.random.logseries.

Notes

The function uses numpy.random.logseries on the backend and will be executed on fallback backend.