dpnp.random.dirichlet
- dpnp.random.dirichlet(alpha, size=None)[source]
Draw samples from the Dirichlet distribution.
For full documentation refer to
numpy.random.dirichlet
.Notes
The function uses numpy.random.dirichlet on the backend and will be executed on fallback backend.