cupynumeric.random.rayleigh#
- cupynumeric.random.rayleigh(scale=1.0, size=None)#
Draw samples from a Rayleigh distribution.
The \(\chi\) and Weibull distributions are generalizations of the Rayleigh.
- Parameters:
- Returns:
out – Drawn samples from the parameterized Rayleigh distribution.
- Return type:
ndarray or scalar
See also
- Availability:
Multiple GPUs, Multiple CPUs