cupy.random.lognormal¶
-
cupy.random.lognormal(mean=0.0, sigma=1.0, size=None, dtype=<class 'float'>)[source]¶ Returns an array of samples drawn from a log normal distribution.
The samples are natural log of samples drawn from a normal distribution with mean
meanand deviationsigma.Parameters: Returns: Samples drawn from the log normal distribution.
Return type: See also
numpy.random.lognormal