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