iarray.random.exponential#
- iarray.random.exponential(shape: Sequence, scale: float = 1.0, cfg: Optional[Config] = None, **kwargs) IArray #
Draw samples from an exponential distribution.
The cfg and kwargs parameters are the same than in
random_sample()
.- Parameters
- Returns
The new array.
- Return type
See also
References