rNormal¶
- rNormal(*args)¶
 Realization of a unit-variance centered Normal distribution.
- Parameters:
 - sizeint
 The number of realizations to generate.
- Returns:
 - realizationsfloat or sequence of float
 The realizations of the distribution.
Examples
>>> import openturns as ot >>> ot.RandomGenerator.SetSeed(0) >>> r = ot.DistFunc.rNormal()
      OpenTURNS