cupy.random.power#
- cupy.random.power(a, size=None, dtype=<class 'float'>)[source]#
Power distribution.
Returns an array of samples drawn from the power distribution. Its probability density function is defined as
\[f(x) = ax^{a-1}.\]- Parameters:
- Returns:
Samples drawn from the power distribution.
- Return type:
See also