Previous Up Next

9.3.6  Producing random numbers with a normal distribution: randnorm randNorm

The randnorm command chooses a random number according to a normal distribution.
randNorm is a synonym for randnorm.


Example.
Input:

randnorm(2,1)

Output (for example):

3.39283224858

Previous Up Next