iarray.random.standard_normal#
- iarray.random.standard_normal(shape: Sequence, cfg: Optional[Config] = None, **kwargs) IArray #
Draw samples from a standard Normal distribution (mean=0, stdev=1).
The cfg and kwargs parameters are the same than in
random_sample()
.- Parameters
shape¶ (Sequence) – The shape of the array to be created.
- Returns
The new array.
- Return type
See also
References