cupynumeric.random.power#
- cupynumeric.random.power(a, size=None)#
Draws samples in [0, 1] from a power distribution with positive exponent a - 1.
Also known as the power function distribution.
- Parameters:
- Returns:
out – Drawn samples from the parameterized power distribution.
- Return type:
ndarray or scalar
- Raises:
ValueError – If a <= 0.
See also
- Availability:
Multiple GPUs, Multiple CPUs